aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* *smack* #if 0, not #ifdef 0.Bill Paul2000-08-041-1/+1
* The check_extport() function appears to have some new code in it that checksBill Paul2000-08-041-0/+7
* Fix this so it is a Makefile and not a shell script -- now issuing `make'David E. O'Brien2000-08-041-3/+3
* Commented out xe device because it depend on PCMCIA stuff.KATO Takenori2000-08-041-1/+1
* Merged from sys/i386/isa/clock.c revision 1.155.KATO Takenori2000-08-043-3/+18
* Add support for 2.x/3.x firmware adapters which are too old to have aMike Smith2000-08-042-2/+9
* Fix some of the arcdisk devsw functions to catch up with warning fixes inJohn Baldwin2000-08-041-8/+15
* Bring back the perform() function. However, conditionionalize it onJohn Baldwin2000-08-041-0/+36
* Improve performance in the case where ip_output() returns an error.Archie Cobbs2000-08-031-0/+15
* Merge from GENERIC. Mostly reenable some devices and add SOFTUPDATESWarner Losh2000-08-031-17/+19
* Make check for empty list in STAILQ_LAST() more readable.Jeffrey Hsu2000-08-031-1/+1
* Modify to use fixed STAILQ_LAST().Jeffrey Hsu2000-08-031-1/+1
* Restore STAILQ_LAST() semantics to match that of TAILQ_LAST()Jeffrey Hsu2000-08-031-2/+7
* Make netstat(1) to be aware of divert(4) sockets.Ruslan Ermilov2000-08-032-1/+91
* Add the ESS Solo-1 to generic chip match.MIHIRA Sanpei Yoshiro2000-08-031-0/+2
* - Fixed %si (offset to partition table) in boot.KATO Takenori2000-08-031-3/+3
* Fix the more obvious warnings to deal with my earlier warning cleanups.John Baldwin2000-08-035-20/+20
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asJohn Baldwin2000-08-0332-274/+278
* Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameterJohn Baldwin2000-08-031-71/+104
* * Create entire directory path for modules.David E. O'Brien2000-08-034-4/+4
* - Fixed pointer to the partition table in the buffer.KATO Takenori2000-08-031-12/+7
* Don't bitch when trying to create a ${DESTDIR}/modules which alreadySheldon Hearn2000-08-032-2/+2
* Add a comment as to where stdarg.h applies.Matt Jacob2000-08-031-1/+1
* Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.John Baldwin2000-08-031-1/+1
* Make the pfil.c code conditional on either option PFIL_HOOKS or IPFILTER.Peter Wemm2000-08-031-1/+2
* Simplex devices will always report EBUSY on 2nd (and subsequent)Nick Sayer2000-08-021-1/+1
* 1. Increase the size of the DMA buffer.Nick Sayer2000-08-021-11/+32
* Fix self referential dependencies. eg: uhub was packaged along withPeter Wemm2000-08-021-3/+13
* Fix the SYSINIT() bubble sort. This was fixed in kern_linker.c already.Peter Wemm2000-08-021-1/+1
* Undo some of my own damage. With this patch, it appears that bothNick Sayer2000-08-021-16/+17
* Add support for the Netgear GA620T copper gigabit card.Bill Paul2000-08-024-2/+16
* Add call to bus_generic_attach() at the end of sk_attach(). It turns out thatBill Paul2000-08-022-0/+4
* Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterdayBill Paul2000-08-022-0/+2
* Fix channel 1 playback the rest of the way. There are a couple ofNick Sayer2000-08-021-2/+2
* Commented out card and pcic devices because they are broken in pc98 port.KATO Takenori2000-08-021-2/+2
* Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupiesKATO Takenori2000-08-0211-1/+1752
* Get playback on channel 1 closer to working. 8 bit samples work.Nick Sayer2000-08-021-11/+16
* Fix channel 1, sort of. recording now generates IRQs and the outputNick Sayer2000-08-021-2/+8
* GRRR! Fix the 'panic: ip6_init' caused by darrenr's incomplete changesPeter Wemm2000-08-021-0/+6
* Hook up the ESS solo driver in the correct branch this time.Nick Sayer2000-08-011-0/+1
* The solo driver now works for playback, so far as I can tell.Nick Sayer2000-08-011-1/+1
* Sync with NetBSD:Nick Hibma2000-08-011-206/+91
* Apply patch supplied by John Hood <jhood@sitaranetworks.com> to fix problemsBill Paul2000-08-012-4/+26
* Change __FreeBSD_Version into the proper __FreeBSD_version.Ollivier Robert2000-08-012-6/+6
* Fix the lockmgr panic everyone is seeing at shutdown time.Ollivier Robert2000-08-011-1/+2
* Add in macros && masks so that mailbox command errors can beMatt Jacob2000-08-011-0/+3
* Major whacking for core version 2.0. A major motivator for 2.0 and theseMatt Jacob2000-08-011-938/+980
* Core version 2.0 rewrite. In this file we replace isp_tdebug withMatt Jacob2000-08-011-118/+104
* Core version 2.0 cleanup/rewrite. Things get rearranged and changedMatt Jacob2000-08-011-163/+232
* Remove isp_prtstst (now in case statement in isp.c). RemoveMatt Jacob2000-08-011-116/+47