Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-31 | Reorg the code to be more sane. More coming. | Tobias Weingartner | |
ok brad@ jason@ | |||
2006-05-31 | enable mpi in GENERIC on amd64, i386, and macppc. jason already enabled it | David Gwynne | |
on sparc64 last night. macppc gets it in RAMDISK as well. | |||
2006-05-29 | Remove unused NetBSD new-style %b strings. | Miod Vallat | |
2006-05-29 | Enable sdmmc on amd64 too. ok brad@, deraadt@. | Matthieu Herrb | |
2006-05-29 | Add ACPI Thermal zone and Embedded controller devices | Can Erkin Acar | |
commented out. | |||
2006-05-28 | do not print "root on ..." twice for the -a case, also cope with systems | Theo de Raadt | |
configured for 'root on nfs' | |||
2006-05-27 | add mpi(4) glue. commented out for now | David Gwynne | |
2006-05-27 | Teach powernow about setperf prioritys, add a setperf_prio to amd64. | Gordon Willem Klok | |
ok uwe@, "good" tedu@ | |||
2006-05-21 | some diskless pointers; ok deraadt | Jason McIntyre | |
2006-05-20 | Detect BOOTARG_BOOTMAC coming from PXE; search for interface and attempt | Theo de Raadt | |
to boot from it. At the same time add -a support for network interface selection; tested by reyk, mk, deraadt on i386, cloned code applied to amd64 and tested a little bit less | |||
2006-05-20 | handle BOOTARG_BOOTMAC from boot block; tested by reyk | Theo de Raadt | |
2006-05-20 | push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interface | Theo de Raadt | |
we are booting from) out towards the kernel; tested by reyk crank the version too | |||
2006-05-20 | add bios_bootmac_t and BOOTARG_BOOTMAC | Theo de Raadt | |
2006-05-20 | NFSCLIENT can obviously fit on here | Theo de Raadt | |
2006-05-19 | Smbios cleanup | Gordon Willem Klok | |
Improve the heuristics a little and extend them to the version and serial number fields. Clean the strings of leading/trailing space and deal with strings which consist entirely of space. Use fixed buffers for strings instead of using pointers into the table. ok deraadt@, and tested by many. | |||
2006-05-19 | since mfi is pretty small, it fits on some media | Theo de Raadt | |
2006-05-19 | disable azalia here too. | Brad Smith | |
2006-05-18 | Just finished testing mfi on amd64 so add it here too. | Marco Peereboom | |
2006-05-18 | enable azalia(4) so we can get some more feedback. | Brad Smith | |
2006-05-15 | better wording for the "memory" section; | Jason McIntyre | |
2006-05-14 | clsc works; tleslie@gmail.com | Theo de Raadt | |
2006-05-14 | xge works as well here (ie. as well as i386, which is not yet perfect, | Theo de Raadt | |
but it will get fixed) | |||
2006-05-13 | enable twe on amd64, tested with a 7006-2 | Martin Reindl | |
ok brad@ jmc@ | |||
2006-05-13 | sensible english; ok jmc; from graham.gower@gmail.com | Theo de Raadt | |
2006-05-13 | mention the Xframe-II as well. | Brad Smith | |
2006-05-11 | clean | Theo de Raadt | |
2006-05-10 | Missing $OpenBSD$ tags. | Kenneth R Westerback | |
2006-05-10 | Missing $OpenBSD$ tags. | Kenneth R Westerback | |
2006-05-09 | missing license; pt out by krw@ | Michael Shalayeff | |
2006-05-09 | more pretty | Theo de Raadt | |
2006-05-09 | more spaces | Theo de Raadt | |
2006-05-09 | spacing and a little KNF | Gordon Willem Klok | |
2006-05-08 | spacing | Gordon Willem Klok | |
2006-05-08 | Add smbios support for i386 and amd64, fix ipmi to use this new functionallity, | Gordon Willem Klok | |
hook up some sysctls to add system vendor/product/version and UUID reporting. "get it in" deraadt@ | |||
2006-05-08 | add commented out entries for azalia(4). | Brad Smith | |
2006-05-01 | add commented out entries for the Neterion Xframe-I 10Gb ethernet adapters. | Brad Smith | |
the driver is currently untested. | |||
2006-04-30 | - add I2O to RAMDISK_CD | Brad Smith | |
- add I2O SCSI pass-through driver | |||
2006-04-29 | Driver for Silicon Laboratories CP2101/CP2102 based serial adapters. | Jonathan Gray | |
ok dlg@ | |||
2006-04-27 | from PAE work: | Michael Shalayeff | |
add a BUS_DMA_24BIT flag to signify that dmamap being created is for the isadma use (thus already backed up by the bounce buffers). later also to be used for dmamem allocation. | |||
2006-04-21 | Do not leave behind half-initialized data structures of we stumble over corrupt | Mark Kettenis | |
interrupt table entries. ok brad@, mickey@ | |||
2006-04-20 | Add a few more devices integrated on nForce4 chipsets. | Mark Kettenis | |
2006-04-19 | oops. forgot fnclex define (: | Michael Shalayeff | |
2006-04-19 | from todays freebsd advisory: fxrstor on amd cpu does not restore ↵ | Michael Shalayeff | |
fip,fdp,fop thus leaking other proc's execution history; deraadt@ ok | |||
2006-04-18 | Print a usefull diagnostic message if we fail to transition between states | Gordon Willem Klok | |
like the K8 driver for i386. Fix some indentation. ok dlg@ | |||
2006-04-15 | Add another nForce4 ISA bridge PCI device ID. | Mark Kettenis | |
tested by cloder@ | |||
2006-04-14 | ANSIfy functions. | Marco Peereboom | |
Spacing. | |||
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt | |
2006-03-30 | iop works on my amd64, add it deraadt@ | Peter Stromberg | |
2006-03-29 | Recognise it(4) at port 0xd00 as well. This is where ASUS seem | Jonathan Gray | |
to be putting it on all their recent boards. "put this in" grange@ | |||
2006-03-29 | Enable the MPU-401 MIDI UART found at isa address 0x330 | Jonathan Gray | |
on nforce systems. Tested with Monkey Island 2 and an MT-32. |