summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix this so it is a Makefile and not a shell script -- now issuing `make'obrien2000-08-041-3/+3
* Commented out xe device because it depend on PCMCIA stuff.kato2000-08-041-1/+1
* Merged from sys/i386/isa/clock.c revision 1.155.kato2000-08-043-3/+18
* Add support for 2.x/3.x firmware adapters which are too old to have amsmith2000-08-042-2/+9
* Fix some of the arcdisk devsw functions to catch up with warning fixes injhb2000-08-041-8/+15
* Bring back the perform() function. However, conditionionalize it onjhb2000-08-041-0/+36
* Improve performance in the case where ip_output() returns an error.archie2000-08-031-0/+15
* Merge from GENERIC. Mostly reenable some devices and add SOFTUPDATESimp2000-08-031-17/+19
* Make check for empty list in STAILQ_LAST() more readable.hsu2000-08-031-1/+1
* Modify to use fixed STAILQ_LAST().hsu2000-08-031-1/+1
* Restore STAILQ_LAST() semantics to match that of TAILQ_LAST()hsu2000-08-031-2/+7
* Make netstat(1) to be aware of divert(4) sockets.ru2000-08-032-1/+91
* Add the ESS Solo-1 to generic chip match.sanpei2000-08-031-0/+2
* - Fixed %si (offset to partition table) in boot.kato2000-08-031-3/+3
* Fix the more obvious warnings to deal with my earlier warning cleanups.jhb2000-08-035-20/+20
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-0332-274/+278
* Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameterjhb2000-08-031-71/+104
* * Create entire directory path for modules.obrien2000-08-034-4/+4
* - Fixed pointer to the partition table in the buffer.kato2000-08-031-12/+7
* Don't bitch when trying to create a ${DESTDIR}/modules which alreadysheldonh2000-08-032-2/+2
* Add a comment as to where stdarg.h applies.mjacob2000-08-031-1/+1
* Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.jhb2000-08-031-1/+1
* Make the pfil.c code conditional on either option PFIL_HOOKS or IPFILTER.peter2000-08-031-1/+2
* Simplex devices will always report EBUSY on 2nd (and subsequent)nsayer2000-08-021-1/+1
* 1. Increase the size of the DMA buffer.nsayer2000-08-021-11/+32
* Fix self referential dependencies. eg: uhub was packaged along withpeter2000-08-021-3/+13
* Fix the SYSINIT() bubble sort. This was fixed in kern_linker.c already.peter2000-08-021-1/+1
* Undo some of my own damage. With this patch, it appears that bothnsayer2000-08-021-16/+17
* Add support for the Netgear GA620T copper gigabit card.wpaul2000-08-024-2/+16
* Add call to bus_generic_attach() at the end of sk_attach(). It turns out thatwpaul2000-08-022-0/+4
* Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterdaywpaul2000-08-022-0/+2
* Fix channel 1 playback the rest of the way. There are a couple ofnsayer2000-08-021-2/+2
* Commented out card and pcic devices because they are broken in pc98 port.kato2000-08-021-2/+2
* Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupieskato2000-08-0211-1/+1752
* Get playback on channel 1 closer to working. 8 bit samples work.nsayer2000-08-021-11/+16
* Fix channel 1, sort of. recording now generates IRQs and the outputnsayer2000-08-021-2/+8
* GRRR! Fix the 'panic: ip6_init' caused by darrenr's incomplete changespeter2000-08-021-0/+6
* Hook up the ESS solo driver in the correct branch this time.nsayer2000-08-011-0/+1
* The solo driver now works for playback, so far as I can tell.nsayer2000-08-011-1/+1
* Sync with NetBSD:n_hibma2000-08-011-206/+91
* Apply patch supplied by John Hood <jhood@sitaranetworks.com> to fix problemswpaul2000-08-012-4/+26
* Change __FreeBSD_Version into the proper __FreeBSD_version.roberto2000-08-014-12/+12
* Fix the lockmgr panic everyone is seeing at shutdown time.roberto2000-08-011-1/+2
* Add in macros && masks so that mailbox command errors can bemjacob2000-08-011-0/+3
* Major whacking for core version 2.0. A major motivator for 2.0 and thesemjacob2000-08-011-938/+980
* Core version 2.0 rewrite. In this file we replace isp_tdebug withmjacob2000-08-011-118/+104
* Core version 2.0 cleanup/rewrite. Things get rearranged and changedmjacob2000-08-011-164/+233
* Remove isp_prtstst (now in case statement in isp.c). Removemjacob2000-08-011-116/+47
* Remove isp_tdebug. Change all PRINTF macros to the now commonmjacob2000-08-011-125/+117
* Fix typo. Remove isp_tdebug (we'll use ISP_LOGTDEBUG2 in isp->isp_dblevmjacob2000-08-011-6/+3
OpenPOWER on IntegriCloud