| Commit message (Expand) | Author | Age | Files | Lines |
* | Recognise GEM ethernet adapter (sparc64/ppc). | grehan | 2005-07-21 | 1 | -0/+1 |
* | Remove old wdc driver completely. | nyan | 2005-01-04 | 1 | -6/+0 |
* | Due to unknown reasons, Disk_Names() returns SCSI CDROM as a valid | yongari | 2004-12-22 | 1 | -0/+14 |
* | Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456]. | obrien | 2004-11-19 | 1 | -1/+1 |
* | Add device driver support for the VIA Networking Technologies | wpaul | 2004-09-10 | 1 | -0/+1 |
* | Fix installing from SCSI tape drives by catching up device names with | bmah | 2004-08-16 | 1 | -1/+1 |
* | Move the inclusion of libdisk.h from sysinstall.h to the source files | marcel | 2004-08-02 | 1 | -0/+1 |
* | Remove reference to fla driver. | phk | 2004-07-20 | 1 | -1/+0 |
* | Add 'fwe' so one doesn't get "<unknown network interface type>". | obrien | 2004-01-04 | 1 | -0/+1 |
* | Add a device driver for the Broadcom BCM4401 ethernet controller, | wpaul | 2003-09-09 | 1 | -0/+1 |
* | Take the support for the 8139C+/8169/8169S/8110S chips out of the | wpaul | 2003-09-08 | 1 | -0/+2 |
* | Teach sysinstall about the ServeRAID disk device. | scottl | 2003-05-11 | 1 | -0/+1 |
* | Add device driver support for the ASIX Electronics AX88172 USB 2.0 | wpaul | 2003-04-20 | 1 | -0/+1 |
* | Use correct interface name (it's different on -current). | sobomax | 2003-03-05 | 1 | -1/+1 |
* | Remove local hack that somehow slipped into the previous commit. | sobomax | 2003-03-05 | 1 | -1/+1 |
* | Add missed description for the `ds' (disc(4)) pseudo-interface. | sobomax | 2003-03-05 | 1 | -1/+2 |
* | Teach sysinstall about the em(4) device. | trhodes | 2003-01-27 | 1 | -0/+1 |
* | Add 'vlan' as a network device. | jhb | 2003-01-17 | 1 | -0/+1 |
* | Don't use fake 'c' or 'a' BSD partitions for CD-ROM devices. This fixes | jhb | 2002-11-27 | 1 | -5/+5 |
* | Also test for type efi everywhere we currently test for type fat. | marcel | 2002-11-13 | 1 | -1/+1 |
* | debugMsg() should end with "\n". | kuriyama | 2002-11-01 | 1 | -1/+1 |
* | Add lge(4) to the list of drivers. It was present in 4-stable but not in | jhb | 2002-07-02 | 1 | -0/+1 |
* | Fix /dev/acdNc minor device number. This bug prevents installing FreeBSD | matusita | 2002-03-30 | 1 | -1/+1 |
* | Add wireless devices to device_names array. Now that ifconfig can set | murray | 2002-03-17 | 1 | -0/+3 |
* | Close all open file descriptors before restarting sysinstall. | murray | 2001-09-30 | 1 | -0/+2 |
* | Add device driver support for the Broadcom BCM570x family of gigabit | wpaul | 2001-09-27 | 1 | -0/+1 |
* | You were knocked senseless by the Boomerang, spun around by the Cyclone, | wpaul | 2001-07-23 | 1 | -0/+1 |
* | Introduce DEVICE_INIT, DEVICE_GET, and DEVICE_SHUTDOWN macros. As the | dd | 2001-07-02 | 1 | -1/+1 |
* | Add support for gigabit ethernet cards based on the NatSemi DP83820 | wpaul | 2001-05-11 | 1 | -0/+1 |
* | Moved the snc driver position before the sn driver. | nyan | 2000-12-09 | 1 | -1/+3 |
* | Added Intel Gigabit Ethernet card to device menu. | hosokawa | 2000-11-07 | 1 | -0/+1 |
* | Add the ATA RAID device 'ar'. | sos | 2000-10-29 | 1 | -0/+1 |
* | Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02R | nyan | 2000-10-02 | 1 | -0/+1 |
* | add ``xe'' driver | sanpei | 2000-09-22 | 1 | -0/+1 |
* | Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. | wpaul | 2000-09-20 | 1 | -0/+1 |
* | Teach sysinstall about 'aac'. | msmith | 2000-09-13 | 1 | -0/+1 |
* | Remove device type field - there are no block devices left. | jkh | 2000-08-22 | 1 | -41/+32 |
* | Ugh. Back out local changes that crept in with my last commit. :( | jhb | 2000-07-14 | 1 | -1/+0 |
* | MFS: (yes, from -stable) Note that current.FreeBSD.org is a 5.0 snap server | jhb | 2000-07-14 | 1 | -0/+1 |
* | Replace phk's commit with code from my local tree which I happen | jkh | 2000-07-05 | 1 | -1/+3 |
* | Ignore all md disks, installing on them would be particularly pointless. | phk | 2000-07-04 | 1 | -2/+6 |
* | - Remove obsolete PC-card boot.flp hack. It was for making both PC-card | nyan | 2000-06-05 | 1 | -0/+6 |
* | Remove all of the block devices, correct major numbers to point to the | msmith | 2000-05-25 | 1 | -21/+13 |
* | Teach sysinstall about 'twe' disks. Note that this is currently | msmith | 2000-05-25 | 1 | -0/+1 |
* | Add Compaq Arrays | jlemon | 2000-03-08 | 1 | -0/+2 |
* | Make sysinstall use the new debug.boothowto OID. It will now go | jkh | 2000-02-25 | 1 | -9/+28 |
* | Added sn driver to network interface menu. | hosokawa | 2000-01-15 | 1 | -0/+1 |
* | Add device driver support for USB ethernet adapters based on the CATC | wpaul | 2000-01-14 | 1 | -0/+1 |
* | Add device driver support for USB ethernet adapters based on the | wpaul | 2000-01-05 | 1 | -0/+1 |
* | This commit adds device driver support for the ADMtek AN986 Pegasus | wpaul | 1999-12-28 | 1 | -0/+1 |