freebsd-skq/sys/dev
Matt Jacob 222bb54266 Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,
isp_io_map, isp_no_fwload, isp_fwload, isp_no_nvram, isp_fcduplex
which are all bitmaps of isp instances that should or shouldn't
map memory space, I/O space, not load f/w, load f/w, ignore nvram,
not ignore nvarm, set full duplex mode. Also have an isp_seed value
that we can use to generate a pseudo seed for a synthetic WWN.
Other minor cosmetic cleanup. Add in support for the Qlogic ISP
2200. Very important change where we actually check now to see
whether we were successful in mapping request and response queues
(and fibre channel scratch space).
1999-07-02 23:18:03 +00:00
..
advansys
aha The 1542 cards do not allow adapter commands to be queued while mailbox 1999-05-25 20:15:20 +00:00
ahb
aic7xxx Ignore subvendor and subdevice ids for all ai7880 parts. These chips 1999-05-26 16:59:17 +00:00
amd First cut at a driver for the amd53c974 PCI SCSI host adapter. This 1999-05-22 21:50:40 +00:00
ar
ata Nine'th update to the new ATA/ATAPI driver: 1999-06-25 09:03:07 +00:00
atkbdc Allocate the port resource when attaching the keyboard controller, 1999-06-29 17:35:09 +00:00
bktr Removed checking for unit>NBKTR. 1999-06-13 16:05:00 +00:00
buslogic Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. This 1999-06-28 09:19:58 +00:00
ccd Initialize and hold locks for ccd generated bufs.. 1999-06-27 09:28:43 +00:00
cs
cy Really fix cy-driver-related panics when SMP is configured. Rev.1.88 only 1999-06-04 18:13:25 +00:00
de Forgotten in previous commit: 1999-05-26 23:05:23 +00:00
dec Calibrate the processor cycle counter instead of believing what the 1999-05-18 21:24:16 +00:00
dgb Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
dpt Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
ed
eisa Handle suspend/resume methods 1999-06-22 09:44:00 +00:00
en
ep
ex
fb Fix printf int/long format problems on the Alpha. 1999-07-01 20:01:03 +00:00
fdc Convert buffer locking from using the B_BUSY and B_WANTED flags to using 1999-06-26 02:47:16 +00:00
fe
fxp
hea Allow configuration of up to 256 network interfaces per physical interface - 1999-05-10 23:02:29 +00:00
hfa This commit should be a extensive NO-OP: 1999-05-30 16:53:49 +00:00
ic Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines were 1999-05-13 12:21:41 +00:00
ida Compaq Smart RAID driver for -current. Based on the original ida.c 1999-06-24 03:33:30 +00:00
ie Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines were 1999-05-13 12:21:41 +00:00
iicbus Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
isp Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map, 1999-07-02 23:18:03 +00:00
joy Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
kbd Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
lnc Set the bus master bit. 1999-05-10 22:39:37 +00:00
mc146818
mcd Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
mse Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
pccard Wrap the definition of "XE_DEBUG" so it is overridable from the ``cc'' 1999-06-22 19:21:00 +00:00
pcf
pci #include <machine/md_var.h> to bring the prototype for 1999-07-01 22:58:03 +00:00
pcm/isa Add support for ASound Gold card using the ALS120 1999-05-27 06:12:40 +00:00
pdq
ppbus Remove unused variable and computation, possibly leading to a 1999-06-26 14:42:17 +00:00
ppc
rc Fixed null setting of `rc_started'. This was fixed for the 1999-06-04 18:53:47 +00:00
rp Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
scd Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
si Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
sio Skip the device if it is disabled, when searching for a serial port 1999-06-29 17:34:16 +00:00
smbus Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
snp Add Id strings 1999-06-17 23:42:45 +00:00
sound/isa Add support for ASound Gold card using the ALS120 1999-05-27 06:12:40 +00:00
speaker Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
sr
streams Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
syscons Tidy up a few warnings when used without splash. (things defined but not 1999-07-01 20:43:03 +00:00
ti Add a transmit descriptor usage counter and use it to absolutely, 1999-06-19 00:36:56 +00:00
tx Move arpcom structure be the first in softc structure. Needed 1999-05-22 06:10:14 +00:00
usb Add MultiTech Atlas modem 1999-06-27 22:28:02 +00:00
vinum Add keywords 'mirror' and 'stripe' when not in kernel mode. 1999-07-02 07:58:09 +00:00
vn This commit should be a extensive NO-OP: 1999-05-30 16:53:49 +00:00
vr Change the cast in pci_map_port() from u_short * to pci_port_t * so it 1999-07-02 04:17:16 +00:00
vx
wi Small optimization: use wi_seek() in wi_read_record() and wi_write_record() 1999-06-06 16:44:04 +00:00
wl
xe Wrap the definition of "XE_DEBUG" so it is overridable from the ``cc'' 1999-06-22 19:21:00 +00:00