summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Proper capitalization of PCMCIA (and avoid matching pcm)jkh2000-11-141-1/+1
* In the year 2000, I think it's perfectly reasonable to include audiojkh2000-11-142-0/+7
* Make linux_sendsig and linux_sigreturn use all 64 bits of agallatin2000-11-132-5/+56
* Fix a bug with handling of the saved interrupt state for spin mutexes injhb2000-11-131-2/+2
* Initialize bus_space_handle_t with zero (for PC-98).nyan2000-11-132-4/+4
* Revert auto-generation. The Alpha port is broken.marcel2000-11-109-6/+1125
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-095-10/+17
* Sync with Alpha:marcel2000-11-099-1128/+8
* Farewell our code. We will switch acpica code from Intel.takawata2000-11-093-498/+0
* Fix CMSG and ALIGN macro usage.asmodai2000-11-081-13/+25
* Document DISABLE_PSE.asmodai2000-11-081-0/+2
* Document CLUSTERDEBUG, CPU_UPGRADE_HW_CACHE and LOCKF_DEBUG.asmodai2000-11-081-0/+8
* Fix some further english grammar and typo's.asmodai2000-11-081-3/+3
* Fix typo's: UPGRADE_CPU_HW_CACHE -> CPU_UPGRADE_HW_CACHEasmodai2000-11-081-2/+2
* Document the following options:asmodai2000-11-081-6/+13
* Hack to work around a probe which will lock up at least some i450GX-basedmsmith2000-11-081-1/+5
* Document XBONEHACK option.asmodai2000-11-081-1/+3
* Document some AHC_* options.asmodai2000-11-081-2/+9
* Merge from GENERIC 1.288imp2000-11-071-34/+27
* Make the ISA nic section look like the other device sections withimp2000-11-071-33/+26
* Synchronize NEWCARD kernel to GENERIC kernel. It is still experimental,imp2000-11-071-32/+45
* Minor ordering changes to make more sections strictly alphabetical.imp2000-11-071-4/+5
* Synced tx(4) driver descriptions + ``device tx'' line moved to thesemenu2000-11-072-2/+2
* Protect against an infinite loop when prefaulting pages. This canalfred2000-11-071-1/+4
* newbusify the en atm driver.kjc2000-11-071-2/+3
* Document the KTR_VERBOSE option.jhb2000-11-071-1/+4
* The vx driver no longer needs the PCI compat shims. Also should nowwpaul2000-11-071-1/+1
* Quieten some warnings about correct usage of assignments as truth values.msmith2000-11-061-3/+3
* Check that p->p_pptr is not NULL - kernel processes have no parents!des2000-11-061-2/+2
* Switched from i386/isa/scsi_dvcfg.h to cam/scsi/scsi_dvcfg.hnyan2000-11-052-56/+1
* Our SHRT_MIN definition was actually 4 bits too big.obrien2000-11-042-2/+2
* Improve the PCI interrupt routing code. Now the process is as follows:msmith2000-11-022-32/+324
* Make the target a little bit more generic.obrien2000-11-012-2/+10
* Fix typo in commentsroger2000-10-311-2/+2
* Deprecate devsw->d_bmaj entirely.phk2000-10-311-86/+0
* fix the sigaltstack hack by lowering the stack size to the original valuegallatin2000-10-311-0/+2
* Comment out the (old) acpi stuff, it breaks LINT.phk2000-10-301-3/+3
* Remove unneeded <stddef.h> #includes.phk2000-10-293-6/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-297-7/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-295-5/+0
* Add hints for ISA cards (such as TMC1610M) which use stg driver.non2000-10-291-0/+3
* Don't ignore VESA modes that have the NON-VGA bit set. All of the SVGAjhb2000-10-281-2/+1
* Add a brief comment telling people to retain 'device miibus' as necessary.nik2000-10-281-0/+1
* Quick fix for namespace problems which broke many ports. Spellbde2000-10-281-6/+6
* Add some verbiage about the new ACPICA code. Note that this probablymsmith2000-10-281-0/+12
* FreeBSD-specific OSD (operating system dependant) modules for the Intelmsmith2000-10-281-0/+56
* Revert two experimental changes which escaped from my devel machine.phk2000-10-283-3/+3
* The x86 atomic operations are already locked, so they do not need anjhb2000-10-281-2/+0
* Fix a couple of whitespace nits.jhb2000-10-272-4/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-275-5/+8
OpenPOWER on IntegriCloud