summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Additional debugging stuff I had in my tree.des2006-08-111-3/+10
|
* Spell 'connection options' correctly.keramida2006-08-112-2/+6
| | | | Submitted by: Leonidas Tsampros <ltsampros@upnet.gr>
* - em(4) updated to version 6.1.4brueffer2006-08-112-6/+8
| | | | - stge(4) merged
* Merge in new driver from Intel, version 6.1.4. It adds support forglebius2006-08-113-49/+64
| | | | | | | | | | 82571EB quad port copper NIC and has few minor fixes. Details: - if_em.c. Merged manually, viewing diff between new vendor driver and previous one. - if_em_hw.c. Dropped in from vendor, and then restored revision 1.15.
* Add some more errno mappings (bsd -> linux) and a comment about the status..netchild2006-08-102-2/+12
| | | | Submitted by: "Intron" <mag@intron.ac>
* Fox two typos.netchild2006-08-101-2/+2
| | | | Noticed by: simon
* MFp4: Integrate a boatload of bug fixes from p4. We're right on theimp2006-08-107-2/+705
| | | | | | | | | | | 8k boundary with this program still. text data bss dec hex filename 7925 4 4476 12405 3075 bootiic.out so we have like 293 bytes left before we have to play games. There may be ways to reduce that somewhat, but they start to be very board specific.
* Add some more files...netchild2006-08-101-0/+201
| | | | List provided by: kris
* checkpoint new versionsam2006-08-1012-483/+2454
|
* MFp4:imp2006-08-101-6/+23
| | | | | | Reach over into the arm tree to grab some at91 definitions. Better warnings Lots of build tweaks
* MFp4: remove obsolete filesimp2006-08-102-109/+0
|
* MFp4:imp2006-08-103-2/+294
| | | | | Remove obsolete files in list Add spi flash reading routines
* MFp4: Numerous changes from p4 to try to improve tftp downloading,imp2006-08-102-242/+230
| | | | | reduce code footprint, etc. While some problems still remain, the reliability of tftp is much improved.
* MFp4: consolidate #include files down to lib.himp2006-08-104-69/+24
|
* MFp4: These will migrate to the boot specific directories because theyimp2006-08-102-633/+0
| | | | are too hard to share between the different boot loaders.
* MFp4: Make it clearer that the address passed to the eeprom routines isimp2006-08-101-8/+8
| | | | really an offset within the eeprom device, and not a IIC address.
* MFp4: Catchup with migration of some defines.imp2006-08-101-317/+1
|
* MFp4: Tweaks for our board.imp2006-08-101-1/+1
|
* MFp4: Increase character timeout to 10. Make it a #define for easierimp2006-08-101-8/+9
| | | | | | | changes in the future. This helps with getting started and to overcome the really sucky level of granuality this timeout has in getc. A timeout of 1 means 'wait until top of next second' rather than 'wait for at least a second'.
* Add libcrypto.so.4 and libssl.so.4 to OLD_LIBS since they are obsoletedsimon2006-08-101-0/+3
| | | | | | by the OpenSSL 0.9.8b import. Reminded by: kris
* Fix typo.obrien2006-08-101-1/+1
| | | | Submitted by: kevlo
* o add noise floor to statssam2006-08-102-0/+6
| | | | | | | | o include current tx rate in stats so athstats gets a consistent snapshot and doesn't have to make an extra ioctl o record tx rate for raw frames MFC after: 3 weeks
* Improve the way we'll detect video devices as per ACPI 3.0.bruno2006-08-101-21/+51
| | | | | | | | | PR: 100271 Requested by: john AT utzweb DOT net Submitted by: hrs Reviewed by: njl Approved by: njl MFC after: 3 days
* Some perfectionizm against last revision.glebius2006-08-102-4/+4
| | | | Submitted by: ru
* Add support for splitting at gigabyte boundaries. [1]keramida2006-08-102-8/+20
| | | | | | | | | | | | | | Also make both lowercase and uppercase suffix letters work as byte-count suffixes, i.e. the following two commands are equivalent now: % split -b 4m foo % split -b 4M foo Submitted by: Roman Divacky [1] Lots of help by: cperciva Reviewed by: cperciva MFC after: 1 week
* getnewvnode() can be called with NULL mp.pjd2006-08-101-1/+1
| | | | | | Found by: Coverity Prevent (tm) Coverity ID: 1521 Confirmed by: phk
* The acpi module is no different from others. If it is loaded while the kernelnjl2006-08-101-5/+0
| | | | | | | has it compiled in, it will be rejected with "module acpi already present!" and no strange behavior. MFC after: 1 day
* Don't need to special case arm here anymoreimp2006-08-102-4/+0
|
* Add a dummy makefile to keep build happyimp2006-08-101-0/+5
|
* fixup list station support:sam2006-08-101-4/+23
| | | | | | o add sanity check to avoid possible looping o use intended api for IEEE80211_IOC_STA_INFO o when operating in sta mode get the sta info for the ap
* More statistics fixups:sam2006-08-102-18/+76
| | | | | | | | | | | | | | | | | o change rssi to be signed in ieee80211_nodestats o add noise floor in ieee80211_nodestats (use an implicit hole to preserve layout); return it as zero until we can update the api's so the driver can provide noise floor data o add a bandaid so IEEE80211_IOC_STA_STATS works for sta mode; when all nodes are in the station table this will no longer be needed o fix braino in IEEE80211_IOC_STA_INFO implementation; was supposed to take a mac address and return info for that sta or all stations if ff:ff:ff:ff:ff was supplied--but somehow this didn't get implemented; implement the intended semantics and leave a compat shim at the old ioctl number for the previous api Reviewed by: mlaier MFC after: 3 weeks
* minor fixups:sam2006-08-102-8/+22
| | | | | | | | | o add some missing stats to the global stat structure o move accounting work for data frame rx into ieee80211_deliver_data o add per-sta stats for rx ucast/mcast frames o set rcvif in ieee80211_deliver_data so callers don't need to MFC after: 2 weeks
* add per-sta ucast/mcast statssam2006-08-101-0/+4
| | | | MFC after: 1 week
* Change vm_page_cowfault() so that it doesn't allocate a pre-busied page.alc2006-08-101-2/+1
|
* o Spell.maxim2006-08-101-1/+1
| | | | Submitted by: ru
* Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set aimp2006-08-093-18/+2
| | | | | different TIMER_FREQ value than default. Accomplish this via the config file rather than via an #ifdef.
* Minor style(9) nit.imp2006-08-091-2/+2
|
* - Added ability to provide (optional) path to the kernel sourcesrik2006-08-091-22/+122
| | | | | | | | | | | | - Added check of dirs used by example generator - Fixed path for ${s}/conf/files.FOO and include it via files directive from config file - Changed kernel configuration example with the driver: it is not produced by copying Generic but by including it - KDB is added to config (for DDB) - Added module building instead and fixed kernel building Reviewed by: julian@
* Hook into the watchdog device, if present. Also, turn off theimp2006-08-091-4/+41
| | | | | watchdog timer stuff when we boot because the boot blocks are turning it on...
* Added copyright templeterik2006-08-091-32/+57
| | | | | | Fixed compilation Reviewed by: julian@
* Strengthen the check for a PMBR:marcel2006-08-091-18/+35
| | | | | | | | | | | | | | | | | o PMBR partitions count to the number of partitions on the disk, which means that if a PMBR entry is invalid we will not treat the MBR as a PMBR by virtue of it not describing any partitions. Previously the checks were inconsistent in that an invalid PMBR entry would be harmless when no other partitions exist (we would treat the MBR as a PMBR by virtue of it being empty), but it would be fatal when there is at least one other partition. o The partition size of a PMBR partition is one less than the media size because the GPT starts at the second sector (LBA 1) and extends to the end of the media. For backward bug-compatibility we accept a size that's exactly the media size (FreeBSD bug). Also, when the partition size can not be represented in a 32-bit integral, the partition size in the MBR is to be set to 0xFFFFFFFF. Accept this as a valid size, even if the size can be represented.
* Fix a bug in the size of the PMBR partition. Since the partition startsmarcel2006-08-091-0/+2
| | | | at LBA 1, the size is not the mediasize in sectors, but one less.
* 10/100 PHY shouldn't support gigabit media types.pdeuskar2006-08-091-3/+6
| | | | | | Submitted by: brad (brad@comstyle.com) Obtained from: OpenBSD MFC after: 1 week
* o Strip eol whitespaces.maxim2006-08-091-2/+2
|
* o Simple strcpy/strcat replacement.maxim2006-08-091-3/+4
| | | | | | | PR: bin/101575 Founded by: Dan Lukes Obtained from: OpenBSD, rev. 1.11 by deraadt MFC after: 2 weeks
* Define NO_TLS on PowerPC.marcel2006-08-091-0/+1
| | | | See also: PR ia64/91846
* o New sentence, new line.maxim2006-08-091-2/+3
| | | | o Touch Dd for -r.
* Add pc98 specific code to adjust the firmware geometry when it differsimp2006-08-092-0/+50
| | | | | | | from the actual geometry. This enables support of disks larger than ~120GB on pc98 boxes. They make great little network appliances. I've been using these changes for the past year or so on my network storage pc98 box :-).
* Most platforms map the actual drive geometry to the firmware's notionimp2006-08-091-0/+9
| | | | | | | | | | | | | | | | | | | | of geometry. However, some platforms have a more complicated mapping of the firmware values to the actual values. pc98 is the only platform that currently does this. This mapping is necessary for large disks connected to pc98 boxes, as the firmware labels require do special hacks to the actual geometry for interoperability. We cannot do this all in the geom layer because of initialization issues (geom looks for an already initialized pc98 label, but we need the geometry information prior to initialization, classic chicken and egg problem). We pass the disk and the device_t to this function because the geometry mapping depends on what kind of controller is used. This hook allows platforms that want to override things to do so, and has 0 overhead on all other platforms. These patches have been in use locally for a long time, and received good feedback from the pc98 community and sos@ at various times during their development. MFC After: 1 week
* Allow geli to operate on read-only providers.pjd2006-08-095-28/+74
| | | | | Initial patch from: vd MFC after: 2 weeks
OpenPOWER on IntegriCloud