Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-05 | enable nfe(4) now that the driver somewhat works. | Damien Bergamini | |
tested by jsg@ | |||
2006-02-04 | update comment for ral | Damien Bergamini | |
no devices added or removed | |||
2006-01-30 | Remove dead code; we should never see T_DNA here. | Mark Kettenis | |
ok weingart@, miod@ | |||
2006-01-29 | Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 that | Marco Peereboom | |
freak out when more than one device driver touch the i2c devices. Reported by: Srebrenko Sehic <ssehic at gmail dot com> ok kettenis@ | |||
2006-01-27 | add iwi(4). | Brad Smith | |
From: Pedro la Peu via PR 4992 | |||
2006-01-22 | Fix for ioapic irq routing. | Brad Smith | |
From NetBSD, NetBSD PR 22728 for details ok beck@ krw@ tested by beck@ krw@ marc@ and a few others on a number of amd64 systems. | |||
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat | |
2006-01-19 | Fix NACPI > 1 (should be >0). Spotted by form@. | Alexander Yurchenko | |
2006-01-18 | add piixpm. | Brad Smith | |
2006-01-18 | enable ixgb here too. | Brad Smith | |
2006-01-10 | cull the dead | Theo de Raadt | |
2006-01-09 | amdpm also exists as a 2nd iic bus on amd8111 machines | Theo de Raadt | |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller | |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller | |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller | |
Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | |||
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller | |
rename the types using the __ protected namespace (e.g. __size_t). Idea from FreeBSD. | |||
2006-01-06 | Err, commited from the wrong tree | Alexander Yurchenko | |
2006-01-06 | Fix acpi includes. | Alexander Yurchenko | |
2006-01-05 | enable nviic | David Gwynne | |
ok deraadt | |||
2006-01-04 | driver for the nvidia nforce2/3/4 smbus controller. | David Gwynne | |
2006-01-02 | Correctly set the %di register on PXENV calls. This should help | Tom Cosgrove | |
older PXE clients get a bit further. Prompted by Rolf Sommerhalder's comments on misc@. ok krw@ (thanks) "no objection" mbalmer@ "go for it" fgsch@ "fine" deraadt@ | |||
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat | |
Discussed with and ok deraadt@ millert@ | |||
2005-12-31 | if you don't enable amdiic, when will people test it? | Theo de Raadt | |
2005-12-31 | Add AMD-8111 SMBus controller driver. | Alexander Yurchenko | |
ok deraadt@ | |||
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller | |
need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@ | |||
2005-12-29 | ichiic for intel amd64 machines; spotted by reyk | Theo de Raadt | |
2005-12-29 | add admcts(4) | Theo de Raadt | |
2005-12-29 | Add a bunch of i2c sensors. | Mark Kettenis | |
ok deraadt@ | |||
2005-12-29 | Add viapm(4). | Mark Kettenis | |
ok deraadt@ | |||
2005-12-29 | Fix isadma0 at isa0 at mainbus0 | Mark Kettenis | |
ok deraadt@ | |||
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat | |
which duplicates work done by uvm_swap_init(). | |||
2005-12-22 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback | |
to read non-OpenBSD label information like MBRs and populate ('spoof') the OpenBSD disk label appropriately. So avoiding an I/O when doing 'spoofonly' is to miss the whole point. Backout all Sept. 26 and subsequent changes to disksubr.c files. The original CD problem with I/O errors on blank media will be addressed another way. Should fix the ext3 vs amd64 problems discussed on misc@. Thanks to steven@ for finally putting it terms that I understood. ok deraadt@ | |||
2005-12-16 | Sync with i386 acpi stuff. Remains disabled of course. | Marco Peereboom | |
2005-12-16 | Make amd64 powerdown logic identical to i386. | Marco Peereboom | |
ok jordan@ deraadt@ | |||
2005-12-16 | KNF | Marco Peereboom | |
2005-12-16 | re-enable ipmi | Theo de Raadt | |
2005-12-14 | Add commented entries for nfe. | Jonathan Gray | |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller | |
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller | |
2005-12-13 | print lapic clock in mhz (instead of hz) | Michael Shalayeff | |
2005-12-13 | remove ad clause that got copied from older versions of the files; pto by jsg@ | Michael Shalayeff | |
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl | |
pointed out by miod@ | |||
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller | |
in sys/cdefs.h) instead of _FOO_SOURCE. Also fix several namespace pollution issues, including the byte order defines. OK deraadt@ | |||
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray | |
rescinded 22 July 1999. Checked by ian@, deraadt@ and millert@, arm portion checked by drahn@ | |||
2005-12-12 | Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4, | Miod Vallat | |
otherwise it's just a waste of bytes. ok deraadt@ mickey@ | |||
2005-12-12 | Drop clause 3/4 as per i386 version this was based on. | Jonathan Gray | |
ok niklas@ (Copyright holder). | |||
2005-12-11 | Remove some dead code spotted by lint. | Kenneth R Westerback | |
ok miod@ deraadt@ | |||
2005-12-10 | Kill MCA related includes. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-12-09 | Drop clause 3/4 as per i386 version. | Jonathan Gray | |
ok aaron@ (Copyright holder). | |||
2005-12-09 | disable ipmi in GENERIC until such times as it works everywhere | Bob Beck | |