opnsense-src/sys/dev
Garrett Wollman b60e6e6e9f Some fixes to device configuration, now that I've had a chance to do it
properly from the beginning:

	1) The `kern_devconf' struct should be a part of the driver's
	   `softc' structure (now it is).
	2) The `description' should say what the device actually is,
	   rather than just giving a model number (now it does).
	3) The device should be registered even if the probe fails, so
	   that it can be reconfigured later.
	4) For netifs, the device state should follow the IFF_UP flag.

Other network interfaces should follow this example.  (Please?)  Eventually
there should be a rundown routine doing the equivalent of setting IFF_UP
off, and perhaps more if warranted.
1995-01-15 00:18:17 +00:00
..
aic7xxx Full support for 294x and Wide devices. Fixed month old bug in the SCSI 1995-01-13 02:22:11 +00:00
de Restore my changes in rev 1.11 that Garrett killed in his commit. 1994-12-22 23:42:25 +00:00
ed Some fixes to device configuration, now that I've had a chance to do it 1995-01-15 00:18:17 +00:00
ep Restored Herb's current copyright. The one in the file appeared to have 1995-01-08 10:47:23 +00:00
fdc Argl!, finally found this bummer. The code testing for a write- 1995-01-12 19:20:28 +00:00
ic Peter's work to work around one of the most annoying bugs in the 1995-01-06 15:20:00 +00:00
ie Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
kbd Changes to allow keypad 5 produce \E[E like SCO/ANSI term does 1994-12-31 11:38:39 +00:00
lnc Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
mcd Merge several probe diagnostics into one. 1994-12-24 13:24:02 +00:00
mse From: Lars Fredriksen <fredriks@mcs.com> 1994-11-08 05:41:34 +00:00
pci Submitted by: 1994-11-02 23:47:14 +00:00
ppbus Added $Id$ 1994-08-02 07:55:43 +00:00
sio Fix scaling for TIOCM[SG]DTRWAIT to work when hz != 100. 1995-01-06 15:03:41 +00:00
speaker Fix range checking bug, pointed by peter@haywire.dialix.com 1994-10-14 16:37:58 +00:00
syscons Oops, forgot one change when DDB is defined. 1995-01-13 17:13:13 +00:00
vn Continue implementing disk slices and labels for the vn driver. Everything 1994-12-16 16:50:15 +00:00