Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-24 | Add Logitech QuickCam Zoom support. | Robert Nagy | |
A quirk is needed to prevent attaching to uaudio(4) instead of ugen(4), because of the internal microphone. ok jsg@ | |||
2005-12-24 | establish interrupt at IPL_TTY instead of IPL_HIGH, so it doesn't | Damien Miller | |
reenter comstart; pr #4947 and fix from Kudo Takashi, ok deraadt@ | |||
2005-12-24 | Claim a bit more memory such that we can load bsd.rd. | Mark Kettenis | |
tested by many; ok deraadt@ | |||
2005-12-23 | sdata should be signed | Theo de Raadt | |
2005-12-23 | build a cacheing-read api internally, so that we can be even more stingy | Theo de Raadt | |
with i2c cycles. as well, this will let us basically now write if/else code for basically free. much easier; tested by kettenis and pval | |||
2005-12-23 | better way to probe winbonds, with kettenis | Theo de Raadt | |
2005-12-23 | typo | Theo de Raadt | |
2005-12-23 | oops, 0x31 is as99127f | Theo de Raadt | |
2005-12-23 | not quite becoming a nightmare, but we are getting there.. | Theo de Raadt | |
2005-12-23 | correct ic_release_bus | Theo de Raadt | |
2005-12-23 | Make sure child_return() returns with carry clear and r0 = r1 = 0. | Miod Vallat | |
2005-12-23 | Make cd_load_toc() take an address mode parameter, clean up a bit. | Kenneth R Westerback | |
Add a check for ending_track < starting_track before calculating size of TOC to read. Tested by mjc@ | |||
2005-12-23 | set both ia_name and ia_compat | Theo de Raadt | |
2005-12-23 | another check register | Theo de Raadt | |
2005-12-23 | smsc 47m192 has a monitor like the adm1025 | Theo de Raadt | |
2005-12-23 | next generation. grok a few more chips, but also change the logic to | Theo de Raadt | |
correct locking, etc, etc, and even try a 16-bit register read just to compare against if we fail to match.. | |||
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. |