Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-04 | Move processing of ARP packets for CARP addresses to the carp interface | Christopher Pascoe | |
instead of processing them in the parent interface. This causes us to send ARP packets on a carpdev with its virtual MAC address as the source, rather than the parent's physical address. Permits us to fail over cleanly when connected to devices that use the source MAC address on a received ARP request to generate an ARP entry for the requesting host, rather than going through the who-has/is-at procedure. ok niklas@ mcbride@ | |||
2005-01-04 | Use pseudo_AF_HDRCMPLT for outgoing ARP messages, otherwise the provided | Christopher Pascoe | |
source MAC address we provide is ignored by ether_output. ok mcbride@ niklas@ | |||
2005-01-04 | No PCI on zaurus. | Miod Vallat | |
2005-01-04 | Framed up support for C3000, however not working yet so match is disabled. | Dale Rahn | |
2005-01-04 | Initialize pxa270 gpio bits. This needs to be conditional on CPU==pxa270 | Dale Rahn | |
2005-01-04 | Fix a hex/decimal bug pointed out by uwe, quiet the boot a bit. | Dale Rahn | |
2005-01-04 | Add scsi devices. | Dale Rahn | |
2005-01-04 | shrink dmesg output | Jonathan Gray | |
2005-01-04 | Remove debug printfs. | Dale Rahn | |
2005-01-04 | Opps, this was supposed to be part of the usb commit. | Dale Rahn | |
2005-01-04 | dont be lazy, use the proper define. | Dale Rahn | |
2005-01-04 | martin' last commit made mc(4) reset the multicast filter twice. | Brad Smith | |
2005-01-04 | USB support for C3000, much thanks to dlg@ for pxa2x0_ohci.c | Dale Rahn | |
2005-01-04 | though this is untested this couldn't be any worse than before. | Brad Smith | |
fix completely broken multicast ioctl switch case. | |||
2005-01-04 | Add name argument to pxa2x0_intr_establish, which is standard for openbsd | Dale Rahn | |
interrupt handling. | |||
2005-01-04 | enable ehci | Jonathan Gray | |
2005-01-03 | ok, vge fits | Theo de Raadt | |
2005-01-03 | Add support for the Vodafone Mobile Connect 3G adapter. | Reyk Floeter | |
The MC3G is a cardbus device with an integrated OHCI usb controller. The GRPS/UMTS modem is attached via an internal Belkin serial adapter (ubsa(4)). Thanks to sh at horzela dot com. ok deraadt@ and dlg@ | |||
2005-01-03 | regen | Reyk Floeter | |
2005-01-03 | add Vodafone Mobile Connect 3G IDs | Reyk Floeter | |
2005-01-03 | - make sure int is in running state before touching the multicast filters | Brad Smith | |
- call foo_setmulti only instead of init'ing the chip - don't overwrite potential error return with success when calling ether_addmulti/ether_delmulti ok dlg@ | |||
2005-01-03 | put keyboard on mux 1; miod ok | Theo de Raadt | |
2005-01-03 | wsmux lets usb keyboards work here | Theo de Raadt | |
2005-01-03 | re-enable ohci and uhci | Theo de Raadt | |
2005-01-03 | remove extra line; miod ok | Theo de Raadt | |
2005-01-03 | Bring life to /dev/*random; Dale, you owe me a beer. | Miod Vallat | |
2005-01-03 | ok, ami is a good choice for the floppy | Theo de Raadt | |
2005-01-03 | do not print device info twice | Theo de Raadt | |
2005-01-03 | Make ath at cardbus not depend on ath at pci. ok reyk@ | Jonathan Gray | |
2005-01-03 | Left out one EIOMAPSIZE -> eiomapsize chunk by accident; millert | Miod Vallat | |
2005-01-03 | add ami(4), it works and I needed that to install my new toy... theo ok | Henning Brauer | |
2005-01-03 | Don't forget to register "machine" commands for ddb. | Miod Vallat | |
2005-01-03 | Add "show panic" command to ddb, to easily retrieve the panic message. | Miod Vallat | |
Will hopefully bring us better panic reports. From Joris Vink. | |||
2005-01-03 | RCSID are ok as long as they are proper comments (-: | Miod Vallat | |
2005-01-03 | Close to working display, just rotated 90 degrees. | Dale Rahn | |
2005-01-03 | Extra pieces for pxa270, extra gpio pins and LCD control register bits. | Dale Rahn | |
2005-01-02 | remove useless printfs. | Dale Rahn | |
2005-01-02 | isp(4) works out of the box | Martin Reindl | |
ok deraadt@ | |||
2005-01-02 | OpenBSD tags (missed before) | Dale Rahn | |
2005-01-02 | OpenBSD tags | Dale Rahn | |
2005-01-02 | Hookup mavb driver (but leave it commented out in GENERIC). | Mark Kettenis | |
2005-01-02 | OpenBSD tags | Dale Rahn | |
2005-01-02 | Add IPL_AUDIO/splaudio(). | Mark Kettenis | |
2005-01-02 | Fix typo. | Mark Kettenis | |
2005-01-02 | Add a few missing constants. | Mark Kettenis | |
2005-01-02 | Split out register definitions. | Mark Kettenis | |
2005-01-02 | Add OpenBSD tag. Better mixer support. | Mark Kettenis | |
2005-01-02 | more constants | Brad Smith | |
2005-01-02 | rev 1.21 | Brad Smith | |
Defs for three (unused so far) bits in PCI command/status register were off by one bit. From FreeBSD | |||
2005-01-02 | cleanup and better ram sizing. | Brad Smith | |