summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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
OpenPOWER on IntegriCloud