summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/isa.c
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-2/+3
* MFi386: whitespace, copyright header, etc updatespeter2005-01-211-1/+1
* Get rid of #ifdef for legacy system. Move that into the MD code.imp2004-12-241-0/+7
* sync comment with i386's isa.c.. This removes a comment that is YEARSjmg2004-03-171-3/+1
* Cosmetic and/or trivial sync up with i386.peter2003-11-211-3/+4
* Use __FBSDID().obrien2003-07-251-3/+3
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-109/+0
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-171-5/+7
* Add needed include.nyan2002-02-101-0/+3
* Use the new resource_list_print_type() function.tmm2001-12-211-1/+1
* Rewrite the pc98 bus_space stuff.nyan2001-10-071-10/+13
* Don't assume that resource type is ioport and rid equal 0.nyan2001-06-171-5/+6
* Convert the type of bus_space_handle_t of pc98 from structure intokato2000-10-201-10/+10
* Don't assume that address of I/O address table increase (PC-98 only).nyan2000-09-071-2/+2
* Redo the isa compat driver shim so that each driver is self containedpeter2000-05-281-5/+0
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-291-0/+102
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-191-1/+5
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-11/+25
* Trim some unused #includespeter1999-10-111-4/+0
* Eliminate some magic numbers.peter1999-09-011-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Allow up to 8 ports, 4 memory regions and two irqs and drqs.dfr1999-05-301-4/+8
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-431/+32
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-106/+36
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-5/+4
* GC some #if 0 junkpeter1999-05-081-9/+1
* Look up the sensitive flag better, allowing interoperation between old andpeter1999-05-081-2/+4
* Changed the type of id_port from short into int to avoid wrongkato1999-04-241-2/+2
* Don't clear the hints on release, just the resource containers.peter1999-04-241-7/+1
* As a temporary anti-foot-shooting measure, don't let the user attachpeter1999-04-161-1/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-956/+506
* Move initialization of SWI's in the tty|net|bio masks from isa.c intopeter1999-04-111-7/+1
* don't print '?' for ioaddr the device may legitimately not have anphk1998-11-291-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-3/+6
* Fixed two potentially serious classes of bugs:dg1998-10-131-2/+2
* Don't print conflict messages in haveseen_isadev() if CC_QUIET isbde1998-10-121-10/+16
* Stop physical DMA for the non-auto case in isa_dmadone(). This fixes abde1998-07-191-1/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-3/+3
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Skip probing devices which have already probed true.eivind1998-01-311-1/+13
* fix a few style nites...jmg1997-11-301-12/+15
* Moved splhigh()/spl0() calls from isa_configure() to configure() so thatbde1997-11-211-3/+1
* Allow "foo0: disabled, not probed" message to stay, but make it conditionaljkh1997-10-121-4/+4
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-1/+14
* teach pnp to keep isa_device structs around, and teach isa.c how to scanjmg1997-09-191-4/+15
* Here is a patch to alleviate the current problem with the dma interfacemsmith1997-08-281-14/+42
* Check for irq conflicts even if conflicts are allowed. Conflictingbde1997-08-251-7/+9
* Made PEND_INTS default.fsmp1997-08-211-2/+1
* Add parentheses because == has higher precedence than &.steve1997-08-131-7/+7
OpenPOWER on IntegriCloud