summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the bogus printing of the asr control device major number. Alsoscottl2004-05-021-2/+1
* Reduce differences with cy_isa.c: fixed an unsorted include.bde2004-05-011-5/+1
* Reduce differences with cy_pci.c: add a description of this file, andbde2004-05-011-3/+7
* Adjust pathnames for the move from i386/isa to dev/cy.bde2004-05-013-15/+16
* New header for exporting declarations of things not closely related tobde2004-05-011-0/+36
* Removed bits related to isa configuration. These have been moved tobde2004-05-011-108/+0
* Remove bits not related to isa configuration. This file was repo-copiedbde2004-05-011-2863/+0
* - Remove obsolete examples.nyan2004-05-012-64/+50
* Merged from sys/dev/sio/sio.c revision 1.428.nyan2004-05-012-98/+152
* Correctly test *Reply_Ptr in ASR_resetIOP(). Thanks to dhartmei for pointingscottl2004-05-011-1/+1
* Re-indent some silly sub-blocks in asr_attach().scottl2004-05-011-147/+129
* Remove ASR_get_sc() and reference the softc in the dev_t. For some nefariousscottl2004-05-011-23/+8
* Remove the DOMINO and MODE0 device attachments. They never did anything.scottl2004-05-011-128/+20
* Verify the MADT checksum before using the table.marcel2004-05-011-2/+5
* More whitespace style cleanups, also remove unneeded (void *) casts for bzero().scottl2004-05-011-33/+30
* Many more style cleanups. Switch complex macros to being inline functions.scottl2004-05-011-150/+139
* Get rid of a bunch of useless macros. STATIC becomes static, INLINE becomesscottl2004-05-011-367/+227
* Some enhancements and bug fix.ambrisko2004-04-303-49/+79
* Small timer cleanups:wpaul2004-04-302-24/+25
* Some cleanups to the nexus code:tmm2004-04-302-126/+50
* Remove inclusion of opt_ebus.h.tmm2004-04-301-2/+0
* Do at better job at unit numbering.sos2004-04-301-9/+18
* Remove the source file for the sio(4) EBus attachment here, too.marius2004-04-301-4/+0
* Remove the sio EBus attachment, which never worked with an unpatchedtmm2004-04-302-115/+0
* Checkpoint commit for an alternative WIP kernel module loader that isn'tpeter2004-04-301-1058/+695
* Spring cleanup of macrossos2004-04-3011-100/+45
* Makefile for geom_gate.ko.pjd2004-04-301-0/+8
* Kernel bits of GEOM Gate.pjd2004-04-302-0/+775
* Remove the EBUS_DEBUG and IOMMU_DEBUG options, which are not used anytmm2004-04-301-3/+0
* Remove the separate kernel option for Sun APB PCI-PCI bridges and makemarius2004-04-303-3/+1
* Enable _KPOSIX_PRIORITY_SCHEDULING by default, it works fine on sparc64.marius2004-04-301-1/+1
* Update the reference to the FreeBSD sparc64 mailing list, its name hasmarius2004-04-301-1/+1
* Allow disks with a GPT to be used on big-endian machines. The GPT ismarcel2004-04-301-39/+48
* Convert block comments into C-style that is understood by cpp(1).ru2004-04-291-204/+210
* Revert previous change to this file because it breaks somebmilekic2004-04-291-9/+2
* Add the commented out rue(4) entry.nyan2004-04-291-0/+1
* MFi386: revisions from 1.15 to 1.17.nyan2004-04-291-8/+2
* MFi386: revisions from 1.16 to 1.18.nyan2004-04-291-8/+2
* Don't do malloc(M_WAITOK) for sound buffers while locks are held.green2004-04-291-1/+1
* Fix a memory leak in ng_get_string_token. A dynamically-allocatedjdp2004-04-291-0/+1
* Thanks to David's patches, we can now simplify these makefilesru2004-04-285-18/+14
* Properly merge boot0sio.s and boot0.s into boot0.S.ru2004-04-281-1/+2
* Switch to using C99 comments in assembler preprocessed with cpp(1).ru2004-04-281-414/+414
* - Properly merge boot0sio.s and boot0.s into boot0.S.ru2004-04-283-666/+167
* Keep track of threads waiting in kse_release() to avoid a racedeischen2004-04-284-33/+85
* Remove code that fiddles with Giant in ndis_ticktask() that snuck inwpaul2004-04-281-4/+0
* Temporary precaution measure until repocopy requests areru2004-04-281-5/+7
* After talking to Bruce Evans and reading more standards specs,ru2004-04-286-1601/+1606
* Remove the EBus stopgap of r1.248; a proper fix is in place now.tmm2004-04-281-8/+0
* Fix the EBus driver to work with the new PCI code. Unlike other PCItmm2004-04-284-111/+202
OpenPOWER on IntegriCloud