summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in themike2003-01-191-1/+1
* Finally give CCD the disk mini-layer treatment:phk2003-01-193-863/+288
* Unifdef -UDEBUG on the CCD driver. The debugging is mostly uselessphk2003-01-192-290/+0
* Add support for the ServerWorks CSB6.sos2003-01-192-1/+12
* #ifdef NO_GEOM these files entirely. When NO_GEOM is removed as anphk2003-01-193-0/+6
* Remove the last stray NO_GEOM option in our example kernel config files.phk2003-01-191-2/+0
* Fix the 48bit access support for the older Promise 66/100 controllers, thesos2003-01-194-16/+26
* Remove unnecessary locking of Giant around nanotime() in clock_gettime().tjr2003-01-191-2/+0
* Mark more code #ifdef NODEVFSphk2003-01-191-1/+6
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-199-48/+45
* When we use DEVFS, we don't need the /dev/tty pseudo-driver to dophk2003-01-191-0/+89
* Move NODEVFS and NO_GEOM to opt_global.h.phk2003-01-191-2/+2
* fix ioctl handling for setting wep keyssam2003-01-191-4/+6
* useracc() is mpsafe so we only need to hold Giantalfred2003-01-191-10/+5
* o Move the contents of <machine/floatingpoint.h> over tomarcel2003-01-194-176/+160
* Complete the support of the on-board xl(4) on nVidia nForce2 mobo's.obrien2003-01-191-0/+3
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-1932-403/+53
* Fix comment about what we do when there are no listeners.imp2003-01-191-13/+3
* Make the xl driver work on sparc64:tmm2003-01-192-67/+100
* Protect against multiple inclusions.obrien2003-01-181-0/+5
* Simplify the Makefile by just using our standard PROG variable.obrien2003-01-181-9/+8
* Rev 1.16 renamed VM_METER to VM_TOTAL. This is breaking 3rd-party apps.obrien2003-01-181-0/+1
* Optimize away call to bzero() in the common case by directly checkinghsu2003-01-181-6/+3
* Don't try to free() map in bus_dmamap_destroy() when it'smux2003-01-181-1/+1
* Inline now trivial functions getccdbuf() and putccdbuf().phk2003-01-182-106/+16
* Removed unnecessary includes and brought up to date with atagrehan2003-01-181-4/+15
* Fix minor memory-leak.phk2003-01-182-0/+2
* Stub profile.h, required for userland builds.grehan2003-01-181-0/+65
* <machine/ieee.h>, taken from sparc64grehan2003-01-181-0/+146
* Fix bugs with operand ordering and unnecessary sync/eieio ops. Mostlygrehan2003-01-181-59/+71
* Allow the MD frame definition to be seen in. Required for truss/ptrace.grehan2003-01-181-3/+1
* RAIDframe requires LONG_BITgrehan2003-01-182-0/+6
* Prepended underscores to macro local vars, avoiding gcc "declarationgrehan2003-01-181-6/+6
* Change definition of int64 to avoid gcc3.2.1 complaints. Taken from i386grehan2003-01-181-2/+13
* Use the M_CCD malloc bucket instead of M_DEVBUF.phk2003-01-182-82/+50
* Inline trivial function ccdintr() into its one caller ccdiodone().phk2003-01-182-42/+18
* Sanitize the copyright section a bit: We do not need two copies of thephk2003-01-182-102/+34
* Remove unneeded entries.nyan2003-01-182-38/+0
* Fixed comment.nyan2003-01-181-2/+2
* - Removed unecesary code.mdodd2003-01-186-110/+96
* MFp4: Add support for memory mapped UARTs, but don't add any devicesmarcel2003-01-182-9/+18
* Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).shiba2003-01-182-0/+3
* Regen.shiba2003-01-181-1/+4
* Add Accton EN2216.shiba2003-01-182-0/+2
* Regen.shiba2003-01-181-0/+3
* Fix long-standing bug predating FreeBSD where calling connect() twicehsu2003-01-181-1/+3
* Fake up a struct componentname to pass to VOP_WHITEOUT instead of passingtjr2003-01-181-1/+10
* Remove subr_diskslice.c and subr_diskmbr.c which I can see no traces offphk2003-01-171-2/+0
* Remove subr_diskslice.c and subr_diskmbr.c which I can find no trace ofphk2003-01-171-2/+0
* - Style fixes.mdodd2003-01-171-3/+3
OpenPOWER on IntegriCloud