summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
...
* Sigh. Serves me right for testing against a modified tree (dfr's pnppeter1999-09-011-4/+4
* s/si_tty_tty/si_tty/gphk1999-08-301-2/+2
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-1/+0
* Initialize dev->si_bsize*, the floppy driver doesn't use dsopen().phk1999-08-281-0/+3
* $Id$ -> $FreeBSD$peter1999-08-2825-25/+25
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-271-1/+14
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-234-183/+18
* - Remove cdevsw entry points in individual keyboard drivers;yokota1999-08-221-10/+8
* Improve the detection code for GlidePoint. This is still a kludge,yokota1999-08-221-2/+4
* Recognize Interlink VersaPad. `Tap' action will be recognizedyokota1999-08-171-4/+100
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-3/+3
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-5/+4
* make alpha compile again.phk1999-08-091-16/+5
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-093-6/+6
* Allocate and register struct tty on the fly.phk1999-08-081-13/+3
* Revert rev 1.149. Bruce convinced me that the problem already disappearedjoerg1999-07-291-5/+1
* Fix a typo.mdodd1999-07-291-5/+5
* Remove XXX from the headers (broke the build, I'm betting.)green1999-07-291-2/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-293-19/+31
* We're called too early to have any idea whether APM is going to bemsmith1999-07-281-11/+7
* Do not print resource values which are not set.yokota1999-07-241-7/+7
* Hack to work around a NULL pointer dereferencation that can be triggeredjoerg1999-07-211-1/+5
* Updated acquire_timer2()'s state machine to work when the i8254 isbde1999-07-181-23/+10
* Don't let the machdep.tsc_freq sysctl proceed if the TSC is presentbde1999-07-181-6/+6
* Improve Logitech MouseMan+ protocol support.yokota1999-07-121-19/+101
* Implement a kludge for some wheeled mice for which infamous "psmintr:yokota1999-07-121-2/+16
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-043-9/+6
* Allocate the port resource when attaching the keyboard controller,yokota1999-06-291-7/+10
* Skip the device if it is disabled, when searching for a serial portyokota1999-06-291-0/+5
* Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. Thispeter1999-06-281-2/+1
* Shut up gcc.peter1999-06-271-1/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+6
* Declare the correct size of softc and fix sc_get_softc().yokota1999-06-241-4/+4
* This commit gives support for the Rise mP6 CPU. It has two changes:green1999-06-241-5/+7
* The second phase of syscons reorganization.yokota1999-06-223-2061/+253
* Use the proper interfaces to find if a device is enabled, don't dig intopeter1999-06-201-3/+2
* sioprobe: Don't try to initialize disabled ports. In particular,grog1999-06-191-2/+4
* COM_LLCONSOLE should over-ride COM_DEBUGGER request.mckusick1999-06-151-2/+2
* Quieten the bt_isa_probe() messages since they get a bit much whenpeter1999-06-031-3/+4
* Fix PS/2 MouseMan+ protocol. We have been looking at a wrong placeyokota1999-06-031-2/+2
* * Change include file locations.dfr1999-05-312-13/+18
* Remove fd driver from its old home and change files which include rtc.hdfr1999-05-311-2/+2
* Simplify cdevsw registration.phk1999-05-311-16/+4
* The PPSAPI group defines the polarity in draft 3, we guessed it wrong.phk1999-05-311-2/+2
* This commit should be a extensive NO-OP:phk1999-05-305-30/+107
* Simplistic pnp support. Needs more ids to be added.dfr1999-05-301-1/+8
* No support for pnp yet.dfr1999-05-304-5/+20
* No support for pnp devices yet.dfr1999-05-301-1/+5
* * Add ivars for ISA pnp.dfr1999-05-306-12/+408
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-291-2/+3
OpenPOWER on IntegriCloud