freebsd-dev/sys/dev
Matt Jacob cbf57b472d Implement and use Fast Posting for both parallel && fibre. Redo a bit of
the startup code. Implement a call to outer framework function so that
asynchronous events can be handled (e.g., speed negotiation, target mode).

Roll internal release tags.
1999-01-30 07:29:00 +00:00
..
advansys Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partially 1999-01-08 19:17:49 +00:00
aha o enable plug and play support for the aha driver. Given the cumbersome 1999-01-20 06:21:27 +00:00
ahb Correct test in poll loop for determining that the mailbox is free to 1999-01-28 03:30:02 +00:00
aic7xxx "fix" long standing aicasm build glitch. The problem was the 1999-01-17 19:56:02 +00:00
ar Straigthen out the use of the tls and tlf callbacks. 1998-12-16 18:42:38 +00:00
atkbdc - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101 1999-01-28 10:55:55 +00:00
bktr Support for MSP3410D / MSP3415D Stereo/Mono audio using the audio format 1999-01-28 17:47:47 +00:00
buslogic probe function changed from returning char * to const char *. 1998-12-14 06:37:37 +00:00
ccd Fix warnings preparing for -Wall -Wcast-qual 1999-01-27 20:09:21 +00:00
cs Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
cy Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
de Removed a bogus cast to v_caddr_t. This is part of terminating 1999-01-29 11:31:45 +00:00
dec Add semicolon to INTERFACE declarations 1998-11-08 18:35:53 +00:00
dgb The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
dpt Error check is not necessary - this function cannot fail in this 1998-12-22 20:21:12 +00:00
ed Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
eisa Replace includes of <sys/kernel.h> with includes of 1999-01-14 06:22:10 +00:00
en Fix warnings preparing for -Wall -Wcast-qual 1999-01-27 20:09:21 +00:00
ep Update the pccard hooks to use a module style declaration instead. 1999-01-19 00:21:53 +00:00
ex Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
fb Oops, one line was accidentally commented out in the previous commit. 1999-01-26 10:00:02 +00:00
fdc Update the pccard hooks to use a module style declaration instead. 1999-01-19 00:21:53 +00:00
fe Update the pccard hooks to use a module style declaration instead. 1999-01-19 00:21:53 +00:00
fxp Fix warnings related to -Wall -Wcast-qual 1999-01-28 17:32:05 +00:00
hea Fix warnings preparing for -Wall -Wcast-qual 1999-01-27 20:09:21 +00:00
hfa Fix warnings preparing for -Wall -Wcast-qual 1999-01-27 20:09:21 +00:00
ic Implemented sending of BREAKs. This is quite complicated because the 1998-12-17 17:40:13 +00:00
ie Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
iicbus Submitted by: Nicolas Souchu <nsouch@freebsd.org> 1999-01-28 15:59:15 +00:00
isp Implement and use Fast Posting for both parallel && fibre. Redo a bit of 1999-01-30 07:29:00 +00:00
joy This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
kbd - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101 1999-01-28 10:55:55 +00:00
lnc Silence warnings. 1999-01-12 00:36:36 +00:00
mc146818 Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
mcd Initialize isa_devtab entries for interrupt handlers in individual 1998-10-22 05:58:45 +00:00
mse Initialize isa_devtab entries for interrupt handlers in individual 1998-10-22 05:58:45 +00:00
pcf The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
pci Added OPTi FireLink and NEC (Toshiba and others) to OHCI ID's 1999-01-22 00:36:46 +00:00
pcm/isa Fix YMF719 detection (report by jose@we.lc.ehu.es). 1999-01-04 20:06:38 +00:00
pdq Fix '|' that was supposed to be '||' 1999-01-27 19:35:33 +00:00
ppbus Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 21:50:00 +00:00
ppc Fix broken low level ppb_rxxx() return type: char becomes u_char. 1999-01-10 16:41:14 +00:00
rc Initialize isa_devtab entries for interrupt handlers in individual 1998-10-22 05:58:45 +00:00
rp Silence warnings. 1999-01-12 00:36:36 +00:00
scd Move a couple of functions to make __inline work. While I'm here, 1999-01-12 01:29:45 +00:00
si Silence warnings. 1999-01-12 00:36:36 +00:00
sio Update the pccard hooks to use a module style declaration instead. 1999-01-19 00:21:53 +00:00
smbus Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI with 1999-01-27 19:58:53 +00:00
snp Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 21:50:00 +00:00
sound/isa Fix YMF719 detection (report by jose@we.lc.ehu.es). 1999-01-04 20:06:38 +00:00
speaker Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
sr Fix typo. Unit is spelled with a 'u'. 'init' just types too easily. 1999-01-18 21:27:03 +00:00
streams New pseudo-device to provide for a way of obtaining a socket by open()ing 1999-01-30 06:27:59 +00:00
syscons Fix warnings related to -Wall -Wcast-qual 1999-01-28 17:32:05 +00:00
tx probe function changed from returning char * to const char *. 1998-12-14 06:37:37 +00:00
usb Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
vinum Change multiline comments to start with a lone /* and end with a */, 1999-01-29 01:17:54 +00:00
vn Oops, got my #ifdef's mixed up. Fix an unused variable warning. 1999-01-23 00:28:56 +00:00
vr Tweak the vr_start() and vr_rxeof() routines a little to improve 1999-01-10 18:51:49 +00:00
vx Fix warnings preparing for -Wall -Wcast-qual 1999-01-27 20:09:21 +00:00
wl Silence warnings. 1999-01-12 00:36:36 +00:00