summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a couple of strategic sysctls for monitoring.phk2000-01-231-4/+30
* Drop 'at ppbus?' and trailing '0' from ppbus children.peter2000-01-232-10/+10
* Drop 'at ppbus?' and the trailing '0' from the ppbus children.peter2000-01-235-35/+32
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningpeter2000-01-238-255/+195
* I missed some trailing digits in a comment.peter2000-01-233-9/+9
* Get rid of some debugging cruft.n_hibma2000-01-231-9/+1
* Note the PnP id's for the NMX2210 next to the id's where they are used.peter2000-01-231-2/+3
* Add 53C895A and 53C1510D device description to the ncr chip table.groudier2000-01-231-0/+8
* Bump configvers.h as a precaution. Although existing config files willpeter2000-01-234-4/+4
* Update GENERIC/SIMOS to leave out the useless trailing digit in pcipeter2000-01-233-116/+104
* Remove useless trailing digit from pci and other unwired devices.peter2000-01-232-108/+102
* Update GENERIC/LINT to leave out the useless digit at the end of pcipeter2000-01-235-448/+433
* Clean up some more loose ends..peter2000-01-238-13/+5
* GC isa_device->id_reconfig - it's not referenced anywhere anymore.peter2000-01-235-20/+2
* Hmm, don't compile in INET6, IPX or NETATALK support for thebrian2000-01-231-3/+3
* Fix a bug in the last commit. >> 4 instead of >> 8. *bap*mdodd2000-01-231-6/+6
* Add the ID for the 3c509-TPC.mdodd2000-01-231-0/+12
* The pointer of the serial FIFO in the DSP seems to make an errortanimura2000-01-231-3/+22
* Add the two wireless pccard nics.imp2000-01-232-4/+4
* Allow if_ef driver to be compiled into kernel.bp2000-01-237-18/+39
* Correctly put the place to mark EOP where we actually do the packetmjacob2000-01-231-9/+9
* add PREVIOUS index macro for transmit sidemjacob2000-01-231-0/+1
* Remove some debugging code, replace one line that had spaces with tabs,mjacob2000-01-231-46/+3
* Get rid of the WX_XMIT_SMALL code- we've fixed that problem. Restructuremjacob2000-01-231-68/+131
* Support INET6, NETATALK and IPX as well as INET.brian2000-01-231-1/+11
* Implement TUN[GS]IFHEAD ioctls. Passing a non-zero int to TUNSIFHEADbrian2000-01-233-39/+140
* Add a pointer in the softc that will point to partially received packet.mjacob2000-01-231-2/+8
* Add in a define for the optimal cache line size.mjacob2000-01-231-0/+1
* Don't execute MAC address initialization for non-pccard sn devices.hosokawa2000-01-224-7/+19
* Clean up some of the SAF-TE matching code. Addmjacob2000-01-211-10/+16
* There seems to be some problems, particularly on alpha, withmjacob2000-01-211-0/+5
* updated commentswilko2000-01-214-8/+14
* Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. Thedillon2000-01-211-25/+29
* - Merge from sys/i386/conf/GENERIC rev 1.224, 1.225 and 1.226.nyan2000-01-212-38/+50
* Add ID for the AMD-756 OHCI controllern_hibma2000-01-212-0/+18
OpenPOWER on IntegriCloud