aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Re-add vpo. I've just re-tested this in a 'make world' on a DecemberPeter Wemm2000-01-261-1/+1
* Synced with sys/i386/isa/isa_compat.h and pcaudio.c revisions 1.26 andKATO Takenori2000-01-262-33/+38
* Synced with sys/i386/isa/npx.c rev 1.79.KATO Takenori2000-01-261-10/+9
* Properly teardown the allocated and initialised stuff when an errorNick Hibma2000-01-264-76/+86
* Improved English in the messages printed by diskerr().Bruce Evans2000-01-261-16/+15
* Don't set ivars until we checked the return value from device_add_child.Nick Hibma2000-01-264-4/+4
* Add commentsNick Hibma2000-01-261-6/+27
* Minor fixes to library interface to improve POSIX.1e compliance. ThisRobert Watson2000-01-261-5/+9
* Remove `vpo' with a vengeance -- "EXAMPLE" modules have *NO* businessDavid E. O'Brien2000-01-261-1/+1
* Correctly initialise the available IRQ numbers in the APIC_IO case.Mike Smith2000-01-264-36/+48
* Don't use ATM on the alpha - it #errors out.Brian Somers2000-01-261-1/+5
* if_tun is out of here -- it can come back with it stops breaking theDavid E. O'Brien2000-01-261-2/+2
* The ppc driver has moved to sys/isa.Doug Rabson2000-01-252-2235/+0
* Get the ppc driver from sys/isa instead of sys/i386/isa.Doug Rabson2000-01-251-1/+1
* Make this lot build on alpha.Doug Rabson2000-01-253-4/+6
* * Don't use ivars to access resources, bus_set/get_resource is much better.Doug Rabson2000-01-252-20/+52
* Convert pca driver to newbus and add PnP ids.Doug Rabson2000-01-252-24/+35
* Use device_printf() instead of device_print_prettyname().Doug Rabson2000-01-253-30/+27
* Because we added 4 bytes to the inquiry data size, we need toMatt Jacob2000-01-251-1/+1
* Retry a bit more agressively on the atapi identify.Søren Schmidt2000-01-256-31/+57
* Fix left over references to things like 'ata0' in comments.Peter Wemm2000-01-253-9/+9
* Add usbd_clear_endpoint_toggle(pipe) function.Nick Hibma2000-01-252-0/+9
* Correct subroutine names in DPRINTFNick Hibma2000-01-251-5/+5
* Redo the SHORT INQUIRY length stuff to be a bit cleaner.Matt Jacob2000-01-251-32/+27
* The swapdev_vp changes made to rip out the swap specfs interactionMatthew Dillon2000-01-251-8/+8
* When autosense fails, make sure we retry the command.Kenneth D. Merry2000-01-251-1/+1
* Propagate sense data through from SIM (if there) and mark the CTIOMatt Jacob2000-01-251-51/+88
* Propagate sense data through from SIM (if there) and mark the CTIOMatt Jacob2000-01-251-2/+28
* Go for the gusto and do the full 256 bytes for inquiry data.Matt Jacob2000-01-252-6/+8
* Always leave SP_DCEN on (monitor DCD). Otherwise the firmware *really*Peter Wemm2000-01-252-2234/+2249
* Remove i8042.h. This file is an improvement on its successors, but itBruce Evans2000-01-251-27/+0
* Don't follow null pointers if we somehow have a null devswitch entryBruce Evans2000-01-251-11/+17
* Fixed the profiling version ALTENTRY(). Again. The previous versionBruce Evans2000-01-252-10/+18
* Removed ssc and su.Bruce Evans2000-01-251-2/+2
* put things in place for jumbogramsMatt Jacob2000-01-251-17/+35
* define jumbo packet sizeMatt Jacob2000-01-251-0/+1
* Reserve a major number for /dev/skip, used by the "security/skip" port.Archie Cobbs2000-01-251-0/+1
* Avoid m_len and m_pkthdr.len inconsistency when changing m_lenYoshinobu Inoue2000-01-252-0/+4
* Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is usedYoshinobu Inoue2000-01-252-16/+10
* General cleanup.Søren Schmidt2000-01-249-568/+610
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-2412-36/+203
* Add support for DM9102A boards with Davicom DM9801 HomePNA PHYs.Bill Paul2000-01-242-14/+154
* Copy i386/isa/atapi-cd.[ch] to a new name so that it doesn't have thePeter Wemm2000-01-2410-1868/+40
* Merged from sys/i386/conf/GENERIC rev 1.236.KATO Takenori2000-01-242-6/+6
* Update to driver 2.07Roger Hardiman2000-01-243-3/+6
* Update to driver 2.07Roger Hardiman2000-01-244-12/+47
* Synced with sys/i386/isa/isa_compat.h rev 1.25.KATO Takenori2000-01-241-5/+0
* Synced with files.i386.KATO Takenori2000-01-241-3/+0
* Fix a bug exposed by the previous commit. Do not use scp->font_size,Kazutaka YOKOTA2000-01-241-2/+5
* Fixed some style bugs (mainly ones associated with the bogus nameBruce Evans2000-01-241-8/+6