summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* Merge from sys/isa/sio.c rev 1.279.kato1999-12-101-12/+18
* Sync with sys/dev/fb/vga.c rev 1.5.kato1999-12-091-5/+4
* Merge from sys/isa/fd.c rev 1.170.kato1999-12-071-6/+23
* Merge from sys/isa/sio.c rev 1.277 & 1.278.kato1999-12-071-22/+29
* Supported i8251 (internal COM1) FIFO mode.nyan1999-12-061-56/+214
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+2
* Sync with sys/isa/sio.c revision 1.276.nyan1999-12-011-16/+4
* - Fixed to support RSB-384/2000/3000.nyan1999-11-291-42/+35
* Sync with sys/isa/sio.c revision up to 1.275.nyan1999-11-181-110/+160
* Sync with sys/isa/fd.c revision 1.168.nyan1999-11-181-20/+1
* Fixed the size of array.nyan1999-11-131-1/+1
* Sync with sys/isa/fd.c revision 1.167.nyan1999-11-111-49/+129
* Use cdevsw_add() until the rest of the devices are created with make_dev()peter1999-11-081-1/+2
* Support RSA-98III PnP mode.nyan1999-11-031-0/+11
* Sync with sys/isa/sio.c revision from 1.269 to 1.273.nyan1999-11-031-109/+101
* Sync with sys/i386/isa/clock.c revision 1.146.nyan1999-11-032-0/+44
* Merge from sys/isa/fd.c revision 1.146, 1.153, 1.154 and 1.159.nyan1999-09-271-162/+70
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-254-20/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-24/+8
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* - Supported 1.23MB FD again.nyan1999-09-231-59/+69
* Two more devstat_end_transaction() -> devstat_end_transaction_buf().phk1999-09-191-7/+1
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-6/+1
* Gdc and pckbd driver don't support pnp mode.nyan1999-09-142-0/+8
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-1/+1
* Fixed missing changes from sys/isa/sio.c.nyan1999-09-121-202/+110
* Change isa_get/set_flags() to device_get/set_flags().kato1999-09-075-17/+17
* Merge from sys/i386/isa/clock.c revision 1.145.kato1999-09-042-0/+20
* $Id$ -> $FreeBSD$peter1999-08-2816-16/+16
* Remove some vestiges of devfs direct calls.julian1999-08-271-2/+1
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-273-66/+22
* Updated to new keyboard driver.kato1999-08-231-128/+14
* Use V-FAST mode register to check whether it supports V-FST mode.nyan1999-08-171-3/+3
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-5/+4
* Fixed checking a type of the interface.nyan1999-08-091-2/+2
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-094-8/+8
* Sync with sys/i386/isa/clock.c revision up to 1.142.kato1999-07-302-22/+12
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-4/+9
* Sync with sys/i386/isa/clock.c revision up to 1.140.kato1999-07-262-74/+30
* Fixed missing changes from sys/pc98/pc98/pc98.c when new-bus was integrated.nyan1999-07-211-1/+22
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-042-6/+4
* Added copyright.kato1999-07-034-4/+100
* Moved LCD controle routine for certain models of EPSON laptops intokato1999-07-031-29/+5
* Typo: BUF_INITLOCK -> BUF_LOCKINIT and BUF_FREELOCK -> BUF_LOCKFREE.kato1999-06-281-3/+3
* Sync with sys/i386/isa/clock.c revision 1.138.kato1999-06-282-2/+6
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+6
* From submitter:kato1999-06-251-57/+53
* Sync with sys/dev/syscons/scvtb.c revision 1.2.kato1999-06-241-1/+23
* Merge with sys/isa/syscons_isa.c and sys/dev/syscons/syscons.ckato1999-06-241-4/+4
OpenPOWER on IntegriCloud