Re: Adaptec 2100S DPT I2O SmartRAID and 2.2/2.4

2001-02-22 Thread Steven Ellmore
In fact, has anyone got it working under 2.2 (for any kernels later than 2.2.5)? I'd like to get it to work with 2.2.16. I'd be *delighted* if it worked with 2.4.x. The OOPSes caused by the Adaptec driver are officially on my list of things to look in to. ..but so are many, many, many

typo in buffer_busy macro in fs/buffer.c ??

2001-01-18 Thread Steven Ellmore
This looks like a typo: (line 2341 of fs/buffer.c in unpatched 2.4.0 line 2345 of fs/buffer.c in 2.4.1-pre8) #define buffer_busy(bh) (atomic_read(&(bh)->b_count) | ((bh)->b_state & BUFFER_BUSY_BITS)) surely, it should be: #define buffer_busy(bh) (atomic_read(&(bh)->b_count) || ((bh)->b_state &

Re: Probably Off-topic Question...

2001-01-24 Thread Steven Ellmore
My VAIO Z505HS brightness control works under Linux. Shift + Fn + Brightness (F5) dims Fn + Brightness brightens If it makes a difference I'm using Left Shift and Left Fn and as you might expect I'm holding both of those down and then tapping F5 the required number of times. -Steve Ellmore