summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise)ache2000-10-201-1/+1
* Add i815 Host to Hubache2000-10-201-0/+3
* Catch up to moving headers:jhb2000-10-207-8/+8
* Actually harvest interrupt threads when the last handler is removed from ajhb2000-10-203-6/+51
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-2/+2
* Catch up to SMP_DEBUG -> MUTEX_DEBUG.jhb2000-10-201-2/+2
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-2/+2
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-6/+6
* - machine/mutex.h -> sys/mutex.hjhb2000-10-202-6/+6
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-3/+3
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-202-1062/+23
* - Expand the set of atomic operations to optionally include memory barriersjhb2000-10-201-2/+108
* Axe the barrier_{read,write,rw}() helper functions as this method ofjhb2000-10-203-72/+0
* Convert the type of bus_space_handle_t of pc98 from structure intokato2000-10-204-132/+166
* Call the BIOS to route the selected interrupt. Correctly calculate themsmith2000-10-192-8/+44
* Add PCI BIOS function codes for IRQ routing fetch and route.msmith2000-10-191-0/+2
* Axe the idle_event eventhandler, and add a MD cpu_idle function usedjhb2000-10-191-11/+4
* Add in a simple API for memory barriers to machine/bus.h:jhb2000-10-183-0/+69
* Add ifpnp driver to list of i4b hardware drivers.hm2000-10-181-4/+5
* Add a debug flag bit for a new driver.hm2000-10-181-19/+19
* Use appropriate resource management accessors instead of directlymdodd2000-10-182-14/+16
* - Catch up to moving headers, machine/ipl.h -> sys/ipl.hjhb2000-10-171-7/+9
* Implement write combining for crashdumps. This is useful whenps2000-10-172-3/+15
* Some linux apps, such as IBM's JDK 1.3, will attempt to mmap threadgallatin2000-10-171-0/+28
* regen after addition of linux_rt_sigreturngallatin2000-10-173-5/+5
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturngallatin2000-10-176-4/+360
* Add types and prototypes.imp2000-10-162-2/+46
* Move __uint16_swap_uint32, __uint8_swap_uint32 andbrian2000-10-161-2/+4
* Remove debug writes introduced in prior commitimp2000-10-162-10/+4
* Add the ability to use the $PIR table in the BIOS to route interruptsimp2000-10-163-6/+139
* Remove namespace polution (x -> __x) introduced in the lastbrian2000-10-151-10/+10
* Remove unneeded #include <machine/clock.h>phk2000-10-1517-18/+2
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-151-1/+0
* Fixed warnings.nyan2000-10-155-7/+10
* Redefine __word_swap_long, __byte_swap_long and __byte_swap_wordbrian2000-10-151-34/+31
* Change the text for the ServerWorks north bridge chips. RCC is nowalc2000-10-141-4/+4
* Duh! LINT is called NOTES these days.phk2000-10-142-0/+5
* Initial commit of IFS - a inode-namespaced FFS. Here is a shortadrian2000-10-141-0/+3
* savectx() is now used exclusively by the crash dump system. Move thepeter2000-10-131-0/+3
* Update the wi driver to use mutexes instead of spls.wpaul2000-10-132-18/+43
* This is the first of 3 commits that will get IBM's JDK 1.3 workinggallatin2000-10-132-10/+47
* Add missing option NETGRAPH_ETHER.archie2000-10-121-0/+1
* Removed unused include of <machine/lock.h>. The locking interface stoppedbde2000-10-121-4/+0
* Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.bde2000-10-121-2/+0
* Moved the declaration of astpending to the correct place.bde2000-10-121-1/+5
* Moved the definitions of AST_PENDING and AST_RESCHED to the correct place.bde2000-10-123-8/+9
* Bring the 'twe' driver back now that we think it should work.msmith2000-10-121-0/+1
* When testing for PCI bus overlap with another enumerator, make sure wemsmith2000-10-111-1/+1
* correct "device iwic0" to "device iwic"hm2000-10-101-1/+1
* Set i4b version number to 0.96.00.hm2000-10-101-3/+3
OpenPOWER on IntegriCloud