summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Fixed regressions in rev.1.274:bde2000-02-151-11/+15
* When allocating resources in the following cases:msmith2000-02-111-5/+5
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-295-30/+3
* Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it ispeter2000-01-291-4/+0
* "Completed" the previous fix. Return ENOMEM on memory allocation failurebde2000-01-291-1/+8
* * Don't use ivars to access resources, bus_set/get_resource is much better.dfr2000-01-251-10/+26
* Return ENXIO on error, not 0. Seems to have been skipped when convertingn_hibma2000-01-231-1/+1
* Add another four device ID's for isa pnp modems. The USR's seem to usepeter2000-01-181-0/+7
* Add ADS7182 as a known Joystick.peter2000-01-181-0/+1
* Don't mark unallocated resources as active; the goal is to reserve them,msmith2000-01-181-1/+1
* Don't do device_set_desc() until after checking for PnP probes. Otherwisepeter2000-01-141-3/+4
* 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
OpenPOWER on IntegriCloud