summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix interrupt race.imp2003-04-101-1/+1
* SMC 8041 is the same thing as LINKSYS COMBO_ECARD, so no extra entryimp2003-04-101-1/+0
* Add Billionton CFLT10N and SMC8041 (although I'm not 100% sure the latter isimp2003-04-101-1/+2
* Remove bogus line and entry, restore cnet ne2000 add smc 8041imp2003-04-103-12/+14
* Add a sysctl that records and reports the CPU clock rate calculatedwes2003-04-102-0/+12
* reorganize the supported card table. We don't need the enet_vendor orimp2003-04-101-272/+57
* Sync to 1.46imp2003-04-101-114/+122
* MFNetBSD:imp2003-04-101-2/+6
* Don't set the description if NULL.imp2003-04-101-1/+2
* Don't lock in the attach routine. It isn't required. Register theimp2003-04-104-37/+44
* Make sure that pp_name is non-null before setting the deviceimp2003-04-1011-11/+21
* Back out the _ND change. I plan on making all drivers default to that withimp2003-04-101-37/+37
* In [bsd-nomads:16650] shibagaki-san presented an example product id ofimp2003-04-101-1/+1
* It appears that msdosfs_init() is called multiple times. This happensimp2003-04-101-0/+13
* 1.37 was committed prematurely: back out until I can commit all parts at theimp2003-04-091-6/+5
* 1.77 was bogus: there is no logic bug. Back it out and compare theimp2003-04-092-6/+7
* Fix a logic bug in previous commit (use || rather than &&). In order tojhb2003-04-091-1/+1
* Add prototypes for change_root() and change_dir().mike2003-04-091-0/+2
* Make sure that both pp_name and pp_vendor are zero to know we're at theimp2003-04-091-4/+5
* Correct maxsize/maxsegsz parameters to bus_dma_tag_create().mux2003-04-091-6/+4
* Add ahd.jake2003-04-091-1/+0
* Compile with PAE.jake2003-04-091-1/+2
* Only be verbose if (bootverbose)phk2003-04-091-3/+6
* With the magic sequence checks removed this class is downright dangerousphk2003-04-091-6/+11
* Add a couple of undocumented test options to MD(4) to aid in regressionphk2003-04-092-23/+36
* Correctly split cyl/sects bytes when we print them.phk2003-04-091-2/+5
* Style issue: use do {...} while(0); for multi-exit section.phk2003-04-094-9/+9
* At least pretend to handle USB_GET_REPORT_ID.mdodd2003-04-091-0/+4
* Regen.mike2003-04-095-7/+15
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-099-108/+373
* Fix if_vr's handling of vr_encap failures. 3 parts:silby2003-04-092-20/+18
* Sync with NetBSD.mdodd2003-04-091-1/+1
* The fxp(4) driver is now working on sparc64 too!mux2003-04-081-1/+1
* Almost the finished article.phk2003-04-081-23/+276
* - Pass a busdma tag and a busdma map to fxp_dma_wait() so thatmux2003-04-081-8/+13
* Add an XXX comment for the atomic operation in the __alpha__mux2003-04-081-1/+3
* Remove some dead code.alc2003-04-081-8/+1
* Remove invalid cast to vm_offset_t to avoid truncating a physical addressjake2003-04-082-2/+2
* Fix breakage on sparc64.sos2003-04-081-2/+2
* - Endian fixes.mux2003-04-081-5/+6
* Use the new _ND macros to not include the description strings. If anyimp2003-04-081-40/+43
* Create new _ND versions to allow one to not specify the description beimp2003-04-081-0/+5
* Don't set the decription, since the pccard layer does that for us now.imp2003-04-081-10/+1
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-0831-66/+52
* Fix the hangs people have been seeing. For some reason, themux2003-04-081-11/+7
* Remove COMPAT_FREEBSD4. It's impossible because FreeBSD 4 does notmarcel2003-04-082-2/+0
* Merged from kern_thread.c 1.113, avoid a panic in cpu_throw when the firstjake2003-04-081-0/+2
* Fix a long standing bug in handling the last part of a stripesos2003-04-082-7/+43
* Inherit blocked thread's context for upcall thread.davidxu2003-04-082-14/+10
* MFp4: when you can't allocate a resource, print a message, don't panic.imp2003-04-081-0/+19
OpenPOWER on IntegriCloud