summaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* MFC: Add support for PC87303 chipset.Doug Rabson2000-07-222-6/+47
* MFC: try to fix "psmintr out of sync..."Kazutaka YOKOTA2000-07-221-13/+9
* MFC: Port ppc driver to alphaDoug Rabson2000-07-183-15/+162
* MFC: Add option ALT_BREAK_TO_DEBUGGER.Paul Saab2000-06-181-0/+29
* MFC(rev 1.300): Add SUP1670.Seigo Tanimura2000-05-261-0/+1
* MFC: Use bus_space stuff.Yoshihiro Takahashi2000-05-221-79/+82
* MFC(rev 1.299): Add RSS0262.Seigo Tanimura2000-05-191-0/+1
* MFC(rev 1.298): Add ACH2012.Seigo Tanimura2000-05-191-0/+1
* MFC(rev 1.297): Add a couple of new PnP IDs.Seigo Tanimura2000-05-181-0/+2
* MFC: Supported PC-98.Yoshihiro Takahashi2000-05-111-2/+1
* MFC: Add FUJITSU Modem 33600 PNP/I2. (rev 1.295)Seigo Tanimura2000-05-021-0/+1
* MFC:Kazutaka YOKOTA2000-04-031-0/+1
* MFC: revision 1.5Doug Rabson2000-03-311-3/+16
* MFC:Kazutaka YOKOTA2000-03-313-54/+108
* MFC revisions 1.3 and 1.4, fixes to PnP resource parsing.Doug Rabson2000-03-311-49/+80
* MFC: 1.293: add pnp id: USR3050 - U.S. Robotics 56K FAX INTPeter Wemm2000-03-311-0/+1
* MFC: add support for more mice (psm.c 1.24, i386/include/mouse.h 1.16,Kazutaka YOKOTA2000-03-211-85/+395
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-1230/+0
* Fix crashes on card eject for pccard modems. We check for NULL whenWarner Losh2000-03-111-12/+17
* Recognize another modem, "PMC2430 - Pace 56 Voice Internal Modem"Peter Wemm2000-03-051-0/+1
* Fix two more problems with freeing the softc data manually. subr_bus.cPeter Wemm2000-03-021-2/+0
* Don't free(sc) before returning an error from probe, it does not "belong"Peter Wemm2000-03-011-1/+0
* Do not add children (atkbd and psm) if they are disabled.Kazutaka YOKOTA2000-02-251-0/+3
* Newbus-ify the USR Sportster TA Intern driver.Gary Jennejohn2000-02-211-1/+1
* Fixed regressions in rev.1.274:Bruce Evans2000-02-151-11/+15
* When allocating resources in the following cases:Mike Smith2000-02-111-5/+5
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-295-30/+3
* Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it isPeter Wemm2000-01-291-4/+0
* "Completed" the previous fix. Return ENOMEM on memory allocation failureBruce Evans2000-01-291-1/+8
* * Don't use ivars to access resources, bus_set/get_resource is much better.Doug Rabson2000-01-251-10/+26
* Return ENXIO on error, not 0. Seems to have been skipped when convertingNick Hibma2000-01-231-1/+1
* Add another four device ID's for isa pnp modems. The USR's seem to usePeter Wemm2000-01-181-0/+7
* Add ADS7182 as a known Joystick.Peter Wemm2000-01-181-0/+1
* Don't mark unallocated resources as active; the goal is to reserve them,Mike Smith2000-01-181-1/+1
* Don't do device_set_desc() until after checking for PnP probes. OtherwisePeter Wemm2000-01-141-3/+4
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-142-316/+527
* Make this compile on alphaAndrew Gallatin2000-01-131-1/+1
* Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA2000-01-121-9/+9
* Add a new mechanism, cndbctl(), to tell the console driver thatKazutaka YOKOTA2000-01-111-2/+2
* Removed some more vestiges of ft.Bruce Evans2000-01-091-5/+2
* Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()Peter Wemm2000-01-082-54/+46
* Merge most of FDC_YE into the mainline driver.Warner Losh2000-01-063-78/+32
* Make the evil broken pnpbios compensation slightly less evil.Peter Wemm2000-01-051-15/+20
* Patch up some of the evilness left over from the early newbus porting.Peter Wemm2000-01-052-83/+154
* ISA device drivers use the ISA source interrupt number in locations whereTor Egge2000-01-041-9/+27
* Recognize the CSC0101 ID for the Thinkpad series.Peter Wemm1999-12-301-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-293-5/+5
* Added following modes:KATO Takenori1999-12-281-8/+21
* Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device.Peter Wemm1999-12-271-0/+1
* Fixed races accessing the RTC. The races apparently causedBruce Evans1999-12-251-4/+16