Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-20 | mention the chipset. | Brad Smith | |
2005-11-20 | - add a datasheet for daca(4) | Brad Smith | |
- add a datasheet for a very similar chipset to onyx(4); From kettenis@ | |||
2005-11-20 | splimp -> splvm. mbuf allocation here. | Brad Smith | |
ok henning@ | |||
2005-11-20 | add "iapp" (port 3517), as used by hostapd(8). | Reyk Floeter | |
the official assignment by the IANA for the IEEE 802.11f Inter Access Point Protocol on port 3517 is 802-11-iapp, we use it as an alias. ok jakob@, deraadt@ | |||
2005-11-20 | #ifdef NO_DIR can go too. From Han Boetes. | Kjell Wooding | |
2005-11-20 | Rename basename() to lbasename() to avoid conflict with basename(3). | Chad Loder | |
2005-11-20 | Fix typos in comments | Chad Loder | |
2005-11-20 | Cut powerpc over to inf-ptrace.c, making fork following work. | Mark Kettenis | |
2005-11-20 | spacing | Theo de Raadt | |
2005-11-20 | KNF. OK kjell, millert | Chad Loder | |
2005-11-20 | Allocate space for profiling data using mmap instead of sbrk. | Todd C. Miller | |
Tested by myself and pedro@ | |||
2005-11-20 | much to my horror, it turns out that `\-' and `\(en' are not equivalent, | Jason McIntyre | |
and neither are `--' and `\(em'. this diff reworks the hyphens and dashes section, and is from ray lai; i doubt anyone would believe how many emails we had to exchange to sort this small issue out. jaredy@ ok'd it in a slightly different form; | |||
2005-11-20 | wording; | Jason McIntyre | |
ok jsg@ | |||
2005-11-20 | add support for multiple hostap (wireless) interfaces. | Reyk Floeter | |
for example, if you run one hostapd with two ath(4) devices. you have to specify "set hostap interface { ath0, ath1 }" in hostapd.conf(5). man page bits by jmc@, tested by others | |||
2005-11-20 | sort SEE ALSO; | Jason McIntyre | |
2005-11-20 | sort SEE ALSO; | Jason McIntyre | |
2005-11-20 | sort SEE ALSO; | Jason McIntyre | |
2005-11-20 | drop trailing whitespace; | Jason McIntyre | |
2005-11-20 | .Sh SECURITY -> .Sh CAVEATS | Jason McIntyre | |
ok camield@ | |||
2005-11-20 | sync this w/ the header file; | Jason McIntyre | |
ok otto@ | |||
2005-11-20 | GRF5101 based hardware should work now. | Jonathan Gray | |
2005-11-20 | Add support for GCT GRF5101 RF transceiver based hardware. Magic numbers | Jonathan Gray | |
partially derived from rtl8180-sa2400 Linux driver. GCT refuse to release documentation so this is more than likely not as optimal as it could be. | |||
2005-11-20 | rcs_statfile() improvements; initial work from joris + some bits from me; | Xavier Santolaria | |
niallo ok | |||
2005-11-20 | use the right name here. | Brad Smith | |
2005-11-20 | Xr iic/maciic(4) and fix up ki2c(4) a bit. | Brad Smith | |
2005-11-20 | remove Xr to snapper. | Brad Smith | |
2005-11-20 | Xr a bunch of devices. | Brad Smith | |
2005-11-20 | mention pi2c. | Brad Smith | |
2005-11-20 | add pi2c. | Brad Smith | |
2005-11-20 | add a basic pi2c(4) page. | Brad Smith | |
2005-11-20 | Don't bind help to a null function | Kjell Wooding | |
2005-11-20 | Kill the NO_BACKUP #ifdef | Kjell Wooding | |
2005-11-20 | mention pi2c(4). | Brad Smith | |
2005-11-20 | fix dmesg printing so the adapter info has a proper dmesg entry | Brad Smith | |
before.. aic7902: U320 Wide Channel A, SCSI Id=7, PCI-X 67-100Mhz, 512 SCBs after.. ahd0: aic7902, U320 Wide Channel A, SCSI Id=7, PCI-X 67-100Mhz, 512 SCBs ok krw@ marco@ | |||
2005-11-20 | GOSLING screen update always on, so #ifdef can go; ok kjell | Theo de Raadt | |
2005-11-20 | Reorder dma stuff so that it makes sense. | Marco Peereboom | |
ok dlg@ krw@ | |||
2005-11-20 | toast NO_DIRED #ifdef; ok kjell | Theo de Raadt | |
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-20 | brk() and sbrk() should use void *, not char *. Note that sbrk() | Todd C. Miller | |
should take intptr_t, not int, but we don't presently have intptr_t available from unistd.h. OK marco@ | |||
2005-11-20 | treat the BCM5715 like the 5714 | Brad Smith | |
2005-11-20 | regen | Brad Smith | |
2005-11-20 | add BCM5715 | Brad Smith | |
2005-11-19 | update DIAGNOSTICS messages a bit. | Brad Smith | |
2005-11-19 | Correct a performance bug from Bill Paul's original FreeBSD bge(4) driver: | Brad Smith | |
Each call to the FreeBSD bge_start() routine the transmit producer pointer index from the chip mailbox register BGE_MBX_TX_HOST_PROD0_LO. The local copy of that value is then updated by bge_encap() as bge_encap() encapsulates packets in the Tx ring. If bge_encap() succeds in encpuslating one or more packets, bge_start() tells the chip to start sending the newly-encinitiates writes the new value back to the chip mailbox register. However, comparison of the Linux drivers (Broadcom-supplied and open-source tg3.c) and to the OpenSolaris driver confirms that register BGE_MBX_TX_HOST_PROD0_LO is write-only to software. Thus, we can just keep a copy in the softc, and eliminate the (expensive) PCI register write on each call to bge_start(). From jonathan NetBSD tested by krw@, sturm@ and I on a few different bge NICs. | |||
2005-11-19 | No longer need volatile since longjmp has been removed. | Todd C. Miller | |
Ironically silences a gcc warning. | |||
2005-11-19 | a whole lot of spaces to tabs, KNF and some other cleaning. | Brad Smith | |
2005-11-19 | Remove DO_METAKEY here, too. Noted by Han Boetes. | Kjell Wooding | |
2005-11-19 | ANSI protos and some KNF. | Brad Smith | |
2005-11-19 | adb devices print a string identifying the device. | Brad Smith | |