summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove i8042.h. This file is an improvement on its successors, but itbde2000-01-251-27/+0
* Don't follow null pointers if we somehow have a null devswitch entrybde2000-01-251-11/+17
* Fixed the profiling version ALTENTRY(). Again. The previous versionbde2000-01-252-10/+18
* Removed ssc and su.bde2000-01-251-2/+2
* put things in place for jumbogramsmjacob2000-01-251-17/+35
* define jumbo packet sizemjacob2000-01-251-0/+1
* Reserve a major number for /dev/skip, used by the "security/skip" port.archie2000-01-251-0/+1
* Avoid m_len and m_pkthdr.len inconsistency when changing m_lenshin2000-01-252-0/+4
* Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is usedshin2000-01-252-16/+10
* General cleanup.sos2000-01-249-571/+613
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-2412-36/+203
* Add support for DM9102A boards with Davicom DM9801 HomePNA PHYs.wpaul2000-01-242-14/+154
* Copy i386/isa/atapi-cd.[ch] to a new name so that it doesn't have thepeter2000-01-2410-1868/+40
* Merged from sys/i386/conf/GENERIC rev 1.236.kato2000-01-242-6/+6
* Update to driver 2.07roger2000-01-243-3/+6
* Update to driver 2.07roger2000-01-244-12/+47
* Synced with sys/i386/isa/isa_compat.h rev 1.25.kato2000-01-241-5/+0
* Synced with files.i386.kato2000-01-241-3/+0
* Fix a bug exposed by the previous commit. Do not use scp->font_size,yokota2000-01-241-2/+5
* Fixed some style bugs (mainly ones associated with the bogus namebde2000-01-241-8/+6
* The previous fix for the USB ugen device set configuration ioctl()n_hibma2000-01-241-4/+12
* Add a workaround to which allows alphas to reserve a port range whichdfr2000-01-241-1/+1
* Notify user processes about interface's MTU change.ru2000-01-241-1/+3
* Remove some no-op "port ?" and "irq ?" declarations.peter2000-01-242-6/+6
* Remove a no-op "port ?" declaration.peter2000-01-242-2/+2
* Remove a bunch of no-op "port ?" and "irq ?" declarations.peter2000-01-245-69/+69
* Return ENXIO on error.kato2000-01-242-4/+4
* Remove old specialix pre-newbus specialix driver. It lives on inpeter2000-01-245-6916/+0
* Removed assignment to an "unused" variable that was removed in thebde2000-01-241-4/+2
* Remove isa compat shims for si.peter2000-01-241-5/+0
* Activate the newbusified version of si.peter2000-01-242-3/+6
* Ack! I totally botched the pci probe routine which resulted in it tryingpeter2000-01-241-6/+10
* A bit more newbusification of si. This still isn't quite finished.peter2000-01-248-601/+747
* Fix plug and play support:imp2000-01-244-119/+97
* Removed bogus quotes and unmangled related contractions.bde2000-01-243-9/+9
* Initial attempt at newbusification of the specialix si/xio/sx driver.peter2000-01-233-470/+496
* Fix some warnings.peter2000-01-232-4/+4
* remove "extern int cold" from SPLUSBCHECK - it causes a heap of warnings.peter2000-01-231-1/+0
* Fix a warning in DIAGNOSTIC code.peter2000-01-231-1/+1
* Sync NEWCARD a bit with GENERIC. Remove trailing '0' on unwired devices.peter2000-01-231-64/+61
* Some formatting cleanups and remove comments about numbers of units thatpeter2000-01-232-16/+10
* Remove #if 0'ed reference to isa_device->id_alivepeter2000-01-231-1/+0
* A minimal update to the device wiring code so that it looks at thepeter2000-01-233-160/+83
* Check whether we can change config at all. If any of the endpointsn_hibma2000-01-231-1/+11
* Backout previous commit. It was a mistake.bp2000-01-231-1/+1
* oops, nearly forgot to commit the addition of ppbus_if.m to the list.peter2000-01-231-2/+3
* Zap the vnodes for the control endpoint as well.n_hibma2000-01-231-0/+6
* Add an example vpo module. I don't have a zip drive to test it, but itpeter2000-01-232-1/+12
* Return ENXIO on error, not 0. Seems to have been skipped when convertingn_hibma2000-01-232-2/+2
* Replace non obvious number with SPECNAMELEN constant.bp2000-01-231-1/+1
OpenPOWER on IntegriCloud