summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-142-318/+529
* Make this compile on alphagallatin2000-01-131-1/+1
* Make the mouse cursor char code configurable via the CONS_MOUSECTLyokota2000-01-121-9/+9
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-2/+2
* Removed some more vestiges of ft.bde2000-01-091-5/+2
* Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()peter2000-01-082-55/+47
* Merge most of FDC_YE into the mainline driver.imp2000-01-063-78/+32
* Make the evil broken pnpbios compensation slightly less evil.peter2000-01-051-15/+20
* Patch up some of the evilness left over from the early newbus porting.peter2000-01-052-83/+154
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-041-9/+27
* Recognize the CSC0101 ID for the Thinkpad series.peter1999-12-301-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-293-5/+5
* Added following modes:kato1999-12-281-8/+21
* Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device.peter1999-12-271-0/+1
* Fixed races accessing the RTC. The races apparently causedbde1999-12-251-4/+16
* Extract a list of extra isa pnp modem ID's from NetBSD and OpenBSD. Somepeter1999-12-211-7/+47
* Add a flag to disable FIFO probing. The code seems to have a chance ofjoerg1999-12-211-1/+3
* Add SUP2070 (Diamond SupraExpress 56i)peter1999-12-201-0/+2
* Remove references to register_intr() etc in comments.peter1999-12-201-1/+1
* Removed unnecessary include files.nyan1999-12-201-1/+0
* - Add the device resume method. It supercedes the existing resumeyokota1999-12-151-36/+18
* Make this kld'able (#include "joy.h" no longer required as there are nopeter1999-12-121-3/+0
* o Make pccard work at all by including card.himp1999-12-101-12/+18
* Fix a pair of silly warnings that I introduced (that would have beenpeter1999-12-061-7/+7
* Add a truely evil workaround (hack!) for some unfortunate BIOSpeter1999-12-061-6/+23
* Use bus_get_resource() instead of bus_get_resource_start() as the latterpeter1999-12-061-17/+24
* newbusify and port the joy driver to the Alpha. It now attaches to thepeter1999-12-051-134/+126
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-034-4/+10
* Fix the hang on card eject problem and maybe the hang on suspendimp1999-12-011-16/+4
* Allow a DMA channel of 0. This gets the on-board mss audio device workinggallatin1999-11-221-1/+1
* Allow NULL for startp and/or countp in bus_get_resource() so that you canpeter1999-11-201-2/+4
* Argh, don't turn the IIR test on unless it's a pccard. These tests messpeter1999-11-181-24/+20
* Merge some typo fixes from dev/sio/sio.c (siostop -> comstop)peter1999-11-181-47/+93
* Tidy up a few loose ends in the fifo setup code.peter1999-11-181-20/+1
* Reorganise the code so that I can add custom identify drivers dynamicallydfr1999-11-111-1/+71
* Add code to support ISA PnP.dfr1999-11-112-46/+128
* Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since thepeter1999-11-081-1/+2
* Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c usespeter1999-11-081-1/+1
* i8254_restore is called from apm_default_resume() to reloadiwasaki1999-10-301-0/+22
* Last change to pccard_nbk now obviates the need to check the name ofimp1999-10-281-7/+0
* Add newbus pccard attachment for sio. Some of this code was writtenimp1999-10-251-97/+97
* * Add some verbose logging to the PnP parser and fix a couple of bugs.dfr1999-10-143-33/+185
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-125-70/+35
* Oh foo. I got carried away. :-( "joy.h" is used to size an array.peter1999-10-111-0/+2
* Add support for the USRobotics Courier V.Everything (USR0101) modem.steve1999-10-111-0/+1
* Zap unneeded #include (found by phk)peter1999-10-111-6/+0
* Factor out the PnP resource parser so that it can be re-used by pnpbiosdfr1999-10-093-234/+465
* Remove old copies. These files now live in src/sys/dev/buslogicmdodd1999-10-091-343/+0
* Change pnp ID for the SupraExpress 56i Sp V.90 modem (logical IDdeischen1999-10-031-2/+4
* Add logical device ID for the Diamond SupraExpress 56K PnP modem:deischen1999-10-031-0/+1
OpenPOWER on IntegriCloud