summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf/GENERIC98
Commit message (Collapse)AuthorAgeFilesLines
* Synced with sys/i386/conf/GENERIC revision 1.241.kato2000-02-051-2/+1
| | | | Approved by: jkh
* Synced with sys/i386/conf/GENERIC rev 1.240.kato2000-02-031-1/+1
| | | | Approved by: jkh
* Remove 'conflicts' token - it has been effectively doing absolutelypeter2000-01-291-1/+1
| | | | | nothing for quite some time. The only thing that cared was userconfig, but it was for one invisible device so we never saw it's effects.
* Merged with sys/i386/conf/GENERIC rev 1.238.kato2000-01-281-0/+1
|
* Merge from sys/i386/conf/GENERIC revision 1.231, 1.232 and 1.235.nyan2000-01-281-11/+9
|
* Merged from sys/i386/conf/GENERIC rev 1.236.kato2000-01-241-3/+3
|
* Remove some no-op "port ?" and "irq ?" declarations.peter2000-01-241-3/+3
|
* Drop 'at ppbus?' and trailing '0' from ppbus children.peter2000-01-231-5/+5
|
* Remove useless trailing digit from pci and other unwired devices.peter2000-01-231-54/+51
|
* - Merge from sys/i386/conf/GENERIC rev 1.224, 1.225 and 1.226.nyan2000-01-211-19/+25
| | | | - Reorder network interfaces.
* Fixed typo.nyan2000-01-201-1/+1
|
* Synced with sys/i386/conf/GENERIC rev 1.230.kato2000-01-201-1/+10
|
* Synced with sys/i386/conf/GENERIC rev 1.228.kato2000-01-141-4/+5
|
* s/controller/device/ as per config(8) changespeter2000-01-081-26/+26
|
* Synced with sys/i386/conf/GENERIC rev 1.222.kato2000-01-051-0/+1
|
* Add device driver support for USB ethernet adapters based on thewpaul2000-01-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Kawasaki LSI KL5KUSB101B chip, including the LinkSys USB10T, the Entrega NET-USB-E45, the Peracom USB Ethernet Adapter, the 3Com 3c19250 and the ADS Technologies USB-10BT. This device is 10mbs half-duplex only, so there's miibus or ifmedia support. This device also requires firmware to be loaded into it, however KLSI allows redistribution of the firmware images (I specifically asked about this; they said it was ok). Special thanks to Annelise Anderson for getting me in touch with KLSI (eventually) and thanks to KLSI for providing the necessary programming info. Highlights: - Add driver files to /sys/dev/usb - update usbdevs and regenerate attendate files - update usb_quirks.c - Update HARDWARE.TXT and RELNOTES.TXT for i386 and alpha - Update LINT, GENERIC and others for i386, alpha and pc98 - Add man page - Add module - Update sysinstall and userconfig.c
* - Add commented out USB driver entries.nyan2000-01-031-8/+21
| | | | - Reorder network interfaces.
* Synced with sys/i386/conf/GENERIC rev 1.220.kato2000-01-031-0/+1
|
* Oops, deactivate ed drivers because of undefiend references fromkato1999-12-261-11/+11
| | | | if_ed_pci.o.
* Added Allied Telesis SIU-98-D support.kato1999-12-261-10/+12
| | | | | | Submitted by: Isizu Takaaki <isizu-t01@aso-group.co.jp> chi@bd.mbn.or.jp (Chiharu Shibata) (w/ minor change by kato)
* Merge from sys/i386/conf/GENERIC rev 1.218 & 1.219.kato1999-12-241-2/+2
|
* Sync with sys/i386/conf/GENERIC rev 1.217.kato1999-12-201-4/+7
|
* Remove ze and zp drivers.kato1999-12-101-5/+0
|
* Merge pnp change from i386/conf/GENERIC (rev 1.211)peter1999-12-061-1/+0
|
* Update to reflect removed of al, ax, dm, pn and mx drivers and additionwpaul1999-12-051-5/+1
| | | | of dc driver.
* Sync with sys/i386/conf/GENERIC revision 1.208.nyan1999-12-031-1/+0
|
* Sync with sys/i386/conf/GENERIC revision up to 1.207.nyan1999-12-021-1/+5
|
* Sync with sys/i386/conf/GENERIC revision 1.205.nyan1999-11-281-3/+4
|
* Sync with sys/i386/conf/GENERIC revision 1.202.nyan1999-11-271-1/+2
|
* Fixed missing changes from sys/i386/conf/GENERIC.nyan1999-11-131-17/+26
|
* - Commented out ed driver.nyan1999-11-091-10/+12
| | | | - Added sis driver.
* Cosmetic changes.nyan1999-11-031-3/+3
|
* Sync with sys/i386/conf/GENERIC revision 1.199.nyan1999-11-031-8/+8
|
* Merge form sys/i386/conf/GENERIC revision 1.195.kato1999-10-161-1/+1
|
* ed driver re-activated.kato1999-09-271-10/+10
|
* Commented out ed driver.kato1999-09-221-10/+10
|
* Sync with sys/i386/conf/GENERIC revision 1.192.kato1999-09-221-2/+2
|
* Merge from sys/i386/conf/GENERIC revision 1.190.kato1999-09-131-5/+8
|
* Sync with sys/i386/conf/GENERIC revision up to 1.186.kato1999-09-021-1/+1
|
* - Removed COMPAT_ATDISK from option because it is pseudo-device now.kato1999-08-291-4/+0
| | | | - Fixed arguments of atcompat_dsinit() in diskslice_machdep.c.
* Merge alpha and pc98 changes into i386 MBR handling code and replace allphk1999-08-291-0/+2
| | | | three copies with one copy in MI land.
* Merge missing changes from sys/i386/conf/GENERIC.nyan1999-08-281-77/+78
|
* Added MII bus support.kato1999-08-281-0/+3
| | | | Reminded by: phk
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Give if_tun the "almost clone" makeover.phk1999-08-151-2/+2
|
* Give BPF the "almost-clone" update. If you need more of them, makephk1999-08-151-2/+2
| | | | | more entries in /dev and be happy you don't need to recompile your kernel.
* Make the pty driver as close to a cloning device as we can get for now,phk1999-08-081-2/+2
| | | | | | | | | we create the pty on the fly when it is first opened. If you run out of ptys now, just MAKEDEV some more. This also demonstrate the use of dev_t->si_tty_tty and dev_t->si_drv1 in a device driver.
* Enable bpf by default.kato1999-08-081-8/+5
|
* Sync with sys/i386/conf/GENERIC revision 1.178.kato1999-07-261-13/+14
|
* Rename bpfilter to bpf.des1999-07-061-3/+3
|
OpenPOWER on IntegriCloud