Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-23 | Remove unnecessary #ifdef MROUTING blocks. OK brad@ markus@ | Claudio Jeker | |
2005-12-23 | Support Nintendo Wi-Fi USB Connector, noticed in Linux rt2570 driver | Jonathan Gray | |
and verified against windows driver. | |||
2005-12-23 | regen | Jonathan Gray | |
2005-12-23 | Nintendo Wi-Fi USB Connector | Jonathan Gray | |
2005-12-23 | grok some more devices | Theo de Raadt | |
2005-12-23 | send a command to start scanning... | Theo de Raadt | |
2005-12-23 | work in progress towards "identifying" various devices on the i2c bus. | Theo de Raadt | |
this will later on hopefully be table driven, but first I have to read the 100 or so data sheets and start coding up detection rules..... bleah | |||
2005-12-23 | move midi attachment for umidi down to the MIDI section. | Brad Smith | |
2005-12-23 | add emu(4) and missing midi attachment for eap(4). | Brad Smith | |
2005-12-23 | typo | Pedro Martelletto | |
2005-12-23 | regen | Brad Smith | |
2005-12-23 | - add JMicron vendor ID and SATA II chipset product id. | Brad Smith | |
- add ALi host bridge and PCI-E bridge product id's. - add National Semiconductor CS5535 product id's. - add another Intel IO APIC product id. Intel device from Srebrenko Sehic <ssehic at gmail dot com> ALi and Jmicron devices from Stuart Henderson <sthen at spacehopper dot org> National Semiconductor devices from David Delavennat <david dot delavennat at univ-mlv dot fr> | |||
2005-12-23 | upon startup, only scan-and-attach devices which specify an address | Theo de Raadt | |
attribute; if that is not set, then we hope something later will guess the address. this must be revisited later on, to avoid double-attachment | |||
2005-12-23 | match functions deserve a failure condition | Theo de Raadt | |
2005-12-22 | Do not check ifp->if_bpf before detaching from bpf. It is only a signal | Can Erkin Acar | |
to the driver that there is a listener. Somehow I assumed that it was a handle, and was trying to figure out why it was becoming zero. Corrected by and ok claudio@ | |||
2005-12-22 | permit outsider to call iic_print | Theo de Raadt | |
2005-12-22 | ne1619 is a clone by philips | Theo de Raadt | |
2005-12-22 | start at a driver for the stupid ADM 1021 | Theo de Raadt | |
2005-12-22 | Enable ichiic(4), ok deraadt@. | Alexander Yurchenko | |
2005-12-22 | Fully implemented microtime() operation. | Dale Rahn | |
2005-12-22 | document company/stepping regs | Theo de Raadt | |
2005-12-22 | note missing ext temp sensors | Theo de Raadt | |
2005-12-22 | Move a struct cd_toc (800 bytes) from the stack to malloc'ed memory. | Kenneth R Westerback | |
bzero() all malloc'ed cd_toc structs because cd_read_toc() will only zero as much as it is trying to read. malloc M_TEMP memory instead of M_DEVBUF memory for the cd_toc structs. ok deraadt@ | |||
2005-12-22 | adm1025 ... another day, another chip.. | Theo de Raadt | |
2005-12-22 | typo | Theo de Raadt | |
2005-12-22 | More reasonable size for fixed extent storage. | Miod Vallat | |
2005-12-22 | Remove orphaned adb/pmu stuff; ok hshoexer@ kettenis@ | Miod Vallat | |
2005-12-22 | re-work PHY setup, media handling and dual-port detection. | Brad Smith | |
Based on the Marvell FreeBSD driver. | |||
2005-12-22 | typo | Theo de Raadt | |
2005-12-22 | disable lcd (dma) when screen is closed. in theory this should speed | Theo de Raadt | |
up the memory subsystem performance making the processor run faster. but in tests i do not see this. maybe we also need to tweak the system bus arbiter ARB_CNTRL to grant more bus cycles to the cpu? | |||
2005-12-22 | do not do delay(HUGEVALUE) after enabling/disabling the lcd dma. yes, it | Theo de Raadt | |
has a weird effect when you enable it and the backlight at the same time, but most people don't see it because they are flipping the lid open. and it is not actually weird, it is actually rather neat. ok miod | |||
2005-12-22 | actual step X-# instead of rev # for pxa270 | Theo de Raadt | |
2005-12-22 | - attach and configure correctly | Xavier Santolaria | |
- pretty dmesg output input+OK miod@. | |||
2005-12-22 | Postpone the hil console detection logic to the first detection of a keyboard. | Miod Vallat | |
On hp300, hil would claim console against dnkbd if no dnkbd was found at the time the loop is probed, even if the loop is empty. Because of this, plugging dnkbd later would not select it as console keyboard, which is really annoying on kernels without wsmux, such as hp300 RAMDISK. Now the first keyboard plugged will become the console keyboard, whatever its type. No functional change on hppa, since the console path gives a definite console device setting. | |||
2005-12-22 | 1. when signalling a process group, don't deliver a copy to every thread | Ted Unangst | |
2. when delivering a STOP or CONT signal to a process, now replicate to every thread. makes ^Z and fg work nicer, first noticed by peter hessler. signals and threads are not right, but this is at least a little less wrong. | |||
2005-12-22 | fix memory leak conditions in thrsleep and significantly simplify | Ted Unangst | |
2005-12-22 | Initialize data_track before a 'goto done;' could lead to it being | Kenneth R Westerback | |
used. | |||
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-22 | Set correct partition offset to 0 when initializing RAW_PART. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-12-22 | remove another debug message | Theo de Raadt | |
2005-12-22 | last change by me was wrong; do not setperf 2x on wakeup | Theo de Raadt | |
2005-12-22 | silence setperf code | Theo de Raadt | |
2005-12-22 | Bad commit, breaks hppa64. Prompted by deraadt@ | Marco Peereboom | |
2005-12-21 | Add MACHINE_STACK_ALIGN define. | Marco Peereboom | |
2005-12-21 | Remove KASSERT in attach, return an error instead; while there, implement | Miod Vallat | |
tpms_ioctl() correctly, fix typos, repair a minor dmesg glitch. Untested (donations welcome (-: ), yet ok brad@ | |||
2005-12-21 | No need to store description lines for unrecognized CMMUs... | Miod Vallat | |
2005-12-21 | wrong comment | Theo de Raadt | |
2005-12-21 | sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend. | Theo de Raadt | |
(opening the screen does not yet wake the machine up, not yet sure if that is even possible yet) | |||
2005-12-21 | Do not attach dnkbd as a console keyboard if console is on serial. | Miod Vallat | |
2005-12-21 | Simplify obio stanzas and remove unused locators. | Miod Vallat | |