summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable pnp devices before running heuristic probes. This allows us todfr1999-10-031-2/+16
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-255-25/+2
* This patch clears the way for removing a number of tty relatedphk1999-09-251-23/+7
* 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
* Parse resource descriptions which don't have START_DEPENDANT tagsdfr1999-09-171-0/+6
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-1/+1
* Changes to centralise the default blocksize behaviour.julian1999-09-091-3/+0
* Make it build, copy from dev/sio/sio.c:peter1999-09-081-4/+4
* Restore the old sio* - bruce can fix it himself.peter1999-09-082-0/+3188
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-077-21/+9
* Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methodspeter1999-09-062-3188/+0
* Move the #if 0 to catch the card.h include and make sure it's zero.peter1999-09-061-1/+3
* Start to disentangle the isa attachments from other buses. Partiallyimp1999-09-061-16/+14
* Only set the description if there is one in the matching isa_pnp_id.dfr1999-09-041-1/+2
* Add USR3031 pnp id.dfr1999-09-041-0/+1
* Remove the last vestiges of the old pnp code in favour of the new one.dfr1999-09-031-106/+1
* Cosmetic tweak. Collect the fdc methods together and apart from the fdpeter1999-09-031-44/+53
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-0/+1
* This adds the i386 specific support for systems with a MicroChannelmdodd1999-09-031-0/+10
* s/LOGIGAL/LOGICAL/peter1999-09-022-2/+2
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-018-146/+1531
OpenPOWER on IntegriCloud