Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-20 | don't say datasheet yet, but at least mention product info. | Brad Smith | |
2005-11-20 | add the datasheet URL. | Brad Smith | |
2005-11-19 | ANSI protos and some KNF. | Brad Smith | |
2005-11-19 | adb devices print a string identifying the device. | Brad Smith | |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto | |
of panics and bugfixes. Access curproc directly, do not expect a process pointer as an argument. Should fix many "process context required" bugs. Incentive and okay millert@, okay marc@. Various testing, thanks. | |||
2005-11-19 | Remove superfluous statement-ending semi-colons. i.e., "return foo;;" should | Aaron Campbell | |
just be "return foo;". Cleaning out some M's in my tree. | |||
2005-11-19 | oops | Mark Kettenis | |
2005-11-19 | Enable onyx(4). | Mark Kettenis | |
2005-11-19 | Don't match AOAbase, which is now handled by onyx(4). | Mark Kettenis | |
2005-11-19 | Apple "onyx" audio device driver. | Mark Kettenis | |
2005-11-19 | Only run mkdep on SFILES if there is something in it. pointed out by todd@ | Dale Rahn | |
2005-11-19 | Get device resources from soundbus node instead of i2s node. This makes sound | Mark Kettenis | |
work on the iMac G5, and should work on older systems too. tested by cloder@, miod@; ok brad@ | |||
2005-11-18 | Fix writes on the i2c bus. | Mark Kettenis | |
ok deraadt@ | |||
2005-11-18 | add some comments explaining the general CPU reset code and the AMD Geode | Brad Smith | |
SC1100 specific reset code. From NetBSD ok mickey@ | |||
2005-11-18 | splimp -> splvm. no binary diff. | Brad Smith | |
ok mickey@ | |||
2005-11-18 | Protect biodone() with splbio(). | Miod Vallat | |
2005-11-18 | Define the CS/80 identify structure only once and correctly, instead of | Miod Vallat | |
duplicating it in every CS/80 driver and using an hardcoded number for its size. No functional change. | |||
2005-11-17 | kvtop() is not used anymore. Thanks for the fish. | Miod Vallat | |
2005-11-17 | Factorize DMA cache flush code, use modern types and constants, ansify. | Miod Vallat | |
2005-11-17 | add attachment for openpic behind memc, for newer G5 systems. | Dale Rahn | |
only attaches a parent openpic, not a slave openpic. ok kettenis | |||
2005-11-17 | Sharp CE-RH2 remote control driver | Uwe Stuehler | |
2005-11-17 | fix mixer control names. | Brad Smith | |
i2s.c diff from Tsubai Masanari's CVS repo. ok joris@ | |||
2005-11-17 | adt driver | Theo de Raadt | |
2005-11-17 | go loud with autoconfig messages again, we are gonna try to write drivers soon | Theo de Raadt | |
2005-11-16 | Mention ipl in dmesg, for consistency with other devices. | Miod Vallat | |
2005-11-16 | Overhaul the way HP-IB devices are probed. We will now do an exhaustive | Miod Vallat | |
probe of the (slave, punit) tuple space, since this is the only way we can get a dual disk or dual tape enclosure to attach two devices of the same kind. This allows us to get rid of the hpibbus resource map and related functions. | |||
2005-11-16 | fcu is readonly, so safe, i think | Theo de Raadt | |
2005-11-16 | enable two more sensor types (no reports yet, this will prompt them) | Theo de Raadt | |
2005-11-16 | Enable pi2c. | Mark Kettenis | |
2005-11-16 | Add support for the I2C controller on via-pmu. | Mark Kettenis | |
ok deraadt@ | |||
2005-11-16 | + pcagpio | Theo de Raadt | |
2005-11-16 | macppc can have gpio | Theo de Raadt | |
2005-11-16 | some older apple machines did not have a 'regs' property for i2c devices, | Theo de Raadt | |
but 'i2c-address'. some have both. crazy. ok drahn | |||
2005-11-15 | turn if else if else if into a switch statement. | David Gwynne | |
tested and ok kettenis@ | |||
2005-11-15 | Enable tsl. | Mark Kettenis | |
2005-11-15 | Only two `h' in threshold. | Miod Vallat | |
2005-11-15 | enable adc | Theo de Raadt | |
2005-11-15 | enable maxtmp | Theo de Raadt | |
2005-11-15 | instead of passing OF nodes down to the drivers, pass name/compat string | Theo de Raadt | |
pointers. This lets their match() functions actually make real decisions. OF-capable machines will pass name/compat pointers, but other machines will not. grudging ok kettenis | |||
2005-11-15 | move lm87 to dev/i2c; ok kettenis | Theo de Raadt | |
2005-11-15 | oh, once we are on bus1, we must have a way to get back to bus0... duh | Theo de Raadt | |
2005-11-15 | enable bktr(4) and radio(4) on alpha | Robert Nagy | |
ok deraadt@ mickey@ | |||
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat | |
2005-11-15 | add pcn on alpha and remove redundant pcn entry on i386 RAMDISK_CD | Brad Smith | |
2005-11-15 | add ixgb(4) though commented out for now. | Brad Smith | |
2005-11-14 | convert and remove the last traces of i386_round_page(), | Martin Reindl | |
i386_trunc_page(), i386_btop() and i386_ptob() | |||
2005-11-14 | add de and pcn | Brad Smith | |
2005-11-14 | there are actually two ports on the ki2c unit. if the OF address has | Theo de Raadt | |
the 0x80 bit set, the device is on the 2nd port. ok kettenis | |||
2005-11-14 | bah, enable the lm87 stuff for G4 even if it does not work | Theo de Raadt | |
2005-11-14 | Add lmenv(4), an System Hardware Minitor device that attaches to the I2C bus. | Mark Kettenis | |
ok deraadt@ |