freebsd-dev/sys/dev
Kirk McKusick e244fe31d6 Generalize to allow any serial port to be used as the GDB port.
Mark the GDB port in the config file with flags 0x80. Currently
only the sio driver checks these flags and sets up a GDB port,
but adding similar code to other serial drivers would be easy.
For backward compatibility, if an sio port is marked as the console
and no port is marked as the gdb port, the GDB port will be mapped
to the console port. This hack should go away at some point.
1999-05-07 06:50:41 +00:00
..
advansys Add a number of interrelated CAM feature enhancements and bug fixes. 1999-05-06 20:16:39 +00:00
aha ahatimeout is static.. 1999-05-06 22:18:21 +00:00
ahb Add a number of interrelated CAM feature enhancements and bug fixes. 1999-05-06 20:16:39 +00:00
aic7xxx Add a number of interrelated CAM feature enhancements and bug fixes. 1999-05-06 20:16:39 +00:00
ar Fix 'signed char as array index' warnings and an unused variable. 1999-05-06 18:58:05 +00:00
ata Suser() simplification: 1999-04-27 11:18:52 +00:00
atkbdc Merge revs 1.57 and 1.60 of i386/isa/psm.c 1999-04-18 15:12:11 +00:00
bktr My last commit accidentally undid the changes made in rev 1.68 1999-04-30 11:16:30 +00:00
buslogic Add a number of interrelated CAM feature enhancements and bug fixes. 1999-05-06 20:16:39 +00:00
ccd Don't use <sys/disk.h> 1999-05-06 19:19:30 +00:00
cs Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
cy Make this compile with CY_PCI_FASTINTR again. 1999-05-02 20:42:13 +00:00
de Changes to support diskless booting on the alpha: 1999-05-03 09:36:29 +00:00
dec Add semicolon to INTERFACE declarations 1998-11-08 18:35:53 +00:00
dgb Add an additional probe, hopefully allowing me to distinguish 1999-05-03 09:32:31 +00:00
dpt Add a number of interrelated CAM feature enhancements and bug fixes. 1999-05-06 20:16:39 +00:00
ed Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't 1999-04-24 20:17:05 +00:00
eisa Use consistant function definitions which also silences a warning. 1999-05-06 22:17:26 +00:00
en Undo excess staticization - these two are meant to be callable from 1999-05-06 22:19:38 +00:00
ep Implement an EISA new-bus framework. The old driver probe mechanism 1999-04-18 15:50:35 +00:00
ex Set ifq_maxlen to default value. (This should be safe, it's not clear 1999-05-02 22:01:24 +00:00
fb PCX loader for pseudo-device splash. 1999-04-12 13:39:11 +00:00
fdc remove b_proc from struct buf, it's (now) unused. 1999-05-06 20:00:34 +00:00
fe Replace misused FE_D6_BBW with FE_D6_SBW. 1999-05-04 12:59:59 +00:00
fxp Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
hea Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't 1999-04-24 20:17:05 +00:00
hfa Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't 1999-04-24 20:17:05 +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 Staticize. 1999-04-11 02:55:52 +00:00
isp Add a number of interrelated CAM feature enhancements and bug fixes. 1999-05-06 20:16:39 +00:00
joy The joypart() macro had a precedence bug. Add seatbelts for UNIT() too. 1999-05-06 18:39:32 +00:00
kbd Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
lnc Fix up a few easy 'assignment used as truth value' and 'suggest parens 1999-05-06 18:44:42 +00:00
mc146818 Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
mcd Missing 'int' in declaration of variables. 1999-05-06 18:54:19 +00:00
mse Fix up a few easy 'assignment used as truth value' and 'suggest parens 1999-05-06 18:44:42 +00:00
pcf Missing 'int' in declaration of variables. 1999-05-06 18:54:19 +00:00
pci Fix a goof on my part; s/struct moduledata */struct module */ 1999-05-06 22:05:39 +00:00
pcm/isa Use id_ointr for setting the pnp interrupt handler, it uses the oldstyle 1999-05-06 22:26:28 +00:00
pdq Add sufficient braces to keep egcs happy about potentially ambiguous 1999-05-06 18:13:11 +00:00
ppbus GC unused pps_drvinit() declaration 1999-05-06 22:03:14 +00:00
ppc Return the port size from the probe. 1999-04-22 13:10:43 +00:00
rc Fix up a few easy 'assignment used as truth value' and 'suggest parens 1999-05-06 18:44:42 +00:00
rp Fix up a few easy 'assignment used as truth value' and 'suggest parens 1999-05-06 18:44:42 +00:00
scd Missing 'int' in declaration of variables. 1999-05-06 18:54:19 +00:00
si These two drivers have not been converted for newbus eisa yet. 1999-05-02 20:35:44 +00:00
sio Generalize to allow any serial port to be used as the GDB port. 1999-05-07 06:50:41 +00:00
smbus Return approriate errors to userland. 1999-02-14 14:36:45 +00:00
snp Add sufficient braces to keep egcs happy about potentially ambiguous 1999-05-06 18:13:11 +00:00
sound/isa Use id_ointr for setting the pnp interrupt handler, it uses the oldstyle 1999-05-06 22:26:28 +00:00
speaker Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
sr GC unused variable 1999-05-06 22:14:46 +00:00
streams ``fix'' the devfs_add_devswf() calls, the printf string wasn't factoring 1999-05-06 22:21:31 +00:00
syscons Add missing copyright. 1999-05-04 12:58:56 +00:00
ti Upgrade firmware images Alteon's latest release (12.3.10). This fixes a 1999-05-03 17:44:53 +00:00
tx Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't 1999-04-24 20:17:05 +00:00
usb Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed is 1999-05-06 21:12:58 +00:00
vinum Remove old grunge, including references to sys/disk.h (which is going 1999-05-07 01:35:29 +00:00
vn Suser() simplification: 1999-04-27 11:18:52 +00:00
vr Tweak the Macronix driver to hopefully make it more reliable: 1999-05-06 15:32:52 +00:00
vx Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't 1999-04-24 20:17:05 +00:00
wi Add support to wicontrol(8) and wi(4) for enabling and configuring 1999-05-07 03:28:54 +00:00
wl Suser() simplification: 1999-04-27 11:18:52 +00:00